sudo apt-get install make
make -f install.mk
http://localhost:8888 -> REACT + VITE
http://localhost:8888/api -> SPRING BACKEND
- use the installation script, install.ps1 (you will need to run as administrator)
powershell -ExecutionPolicy ByPass -File .\install.ps1
- Install NodeJS dependencies
npm install
To run the app
- It will run React + Vite
- Build Spring App
npm run dev
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 for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh