- Install dependencies:
npm install - Start frontend server:
npm start
- Install dependencies and build:
mvn install - Run backend server:
mvn spring-boot:run
Alternative repo due to permission issues regarding git 'issues'
- Create Spring skeleton for application
- Implement React Frontend Template
- Add controller mappings for the OpenTriviaDB API
- React Router Dom Setup
- Record Video for Demo 1
- React Babelrc Webpack Setup to build
- Configuring Thymeleaf in Spring Boot
- Update Readme before Demo 1 Phaser
- Refactor API queries and responses.
- Work on QuestionGenerator.
- Work on React FrontEnd for the Arcade mode first.
- Skeleton