Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.11 KB

GeoML

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'

Running localy

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.

Development server

There is none. The data will always be feteched from Firebase.

Code scaffolding

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.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.