-
Notifications
You must be signed in to change notification settings - Fork 0
Website Startup
- Download Code
- Terminal
cd Frontendnpm installnpm install react-router-dom-
npm install react-icons --save- if Skripts not allowed
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
- if Skripts not allowed
- Open start-all.bat
Start backend in one terminal:
cd Backend
.\gradlew.bat bootRunStart frontend dev server in another terminal:
cd Frontend
npm install
npm run devVite is configured to proxy /api to the backend running on http://localhost:8080 to avoid CORS issues in development.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel (or oxc when used in rolldown-vite) for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.
TIF25A Projekt WebEngineering
766535cd7ab0c567294ae9024af1ed9e2c11b78b