This project was bootstrapped with Create React App.
- Run 'npm install' to download all packages in package.json
- Run the application by the command 'npm start'
- Run the Spring boot jar file by the command 'java -jar {name of jar file}.jar'. This should start on port 8080
- Run 'npm run build' in application folder. Create a 'Projects' folder inside the build folder.
- Go inside the build folder and start the http server by the command 'http-server' which should start on port 8081