This is the frontend for the game Game of drones, a digital two-player Rock, Papers, Scissor game. This frontend is the one in charge of the UI and storing in memory all the stats and users for the current round.
- Clone or download this repo.
- navigate to the folder
cd GoD-frontend. - use
npm installoryarnto install dependencies. - run
ng serveto run the project.
frontend will be running on localhost:4200 by default.
P.S: if you are facing problems due to CORS, you may need to run your browser disabling web security:
- Chrome on mac: open terminal and write
open /Applications/Google\ Chrome.app --args --disable-web-security --user-data-dir