The QuizApp frontend is based on Ember CLI.
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone <repository-url>this repositorycd quizappnpm install
ember server- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
- Make sure the backend server is running as well
npm run lint:hbsnpm run lint:jsnpm run lint:js -- --fix
- Run
ember build - Find the application in dist-folder and publish it with a webserver of your choice
Controls:
- Player 1: up, left, down, right
- Player 2: w, a, s, d
- With buzzers: yellow, red, green, blue