After cloning, need to add files that are in gitignore:
- In src/main, create new folder named resources, inside of that add application.yml
- In src/main/ui, add api-server.js
- In src/main/ui/src, add auth_config.json
Also:
- Change number in NewTask.js
To run the project, you need to run in 2 places.
- Run Springboot backend using Maven tab > Plugins > springboot:run command on DemoApplication file
- Run React front end by cd src/main/ui
- npm install
- npm run dev