Run client (/front directory):
- Run
npm i
- Run
npm run dev
Run server (/back directory):
- If you want hot reloading, make sure you've got the Java, Spring Boot, and Gradle extensions installed on VSCODE
- Then go into App.java and press run in VSCODE
Manual server reloading (/back directory):
- Alternatively if hot reload is not a problem, then you can run
./gradlew bootRun