This project was generated with Angular CLI version 10.0.0.
To clone the repository open a command line terminal and run git clone https://github.com/fjacupar/MapGameApp.git
.
Go to the root of the project directory (where package.json is located) and run npm install
.
If angular-cli is not installed run npm install -g @angular/cli
.
Run ng serve
for a local dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build --prod
to build the project. The build artifacts will be stored in the dist/
directory. Tipically you will host the dist folder in a production server to serve the app but you can serve the dist folder in local by running ng serve --prod
. This starts a local HTTP server with production files. Navigate to http://localhost:4200/ to view the application.