This a simple CRUD app of Games creation using React in the frontend and Spring as backend.
- First run the Spring application on the folder gameCreator-backend. It will be running in localhost:8080
- Second go to the folder gameCreator-frontend and run the command yarn start on the console located at the root of the project. This should start in localhost:3000, and that's exactly what you should open in your browser to see it.
- Spring Boot
- npm
- yarn
Please try to install npm and yarn before class because it takes time