Full-stack app with a Spring Boot backend and a Vite/React frontend.
Install dependencies from the repository root:
npm installRun common frontend tasks from the repository root:
npm run dev
npm run build
npm run lint
npm run previewDependencies are installed in the root node_modules directory. The frontend source remains in frontend/.
Run backend tests from backend/:
.\mvnw.cmd testThe backend source remains in backend/.