This project was generated with Angular CLI version 14.2.4.
First install NodeJS (Version 16.17.1 LTS NodeJS), then run 'npm i' in the folder with the 'package.json'
When pulling the update project first always run 'npm i'
Run npm start
to start the server to serve the single application page and visit http://localhost:4200/
to start the game. The data will be fetched from Firebase.
There is none. The data will always be feteched from Firebase.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.