running-pace-calculator
This project was generated with Angular CLI version 6.0.8.
Environment
- node - v10.4.1
- npm - 6.1.0
Development server
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Build
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Running unit tests
Run npm run test
to execute the unit tests via Karma.
Launching
For launching built version use some simple web-server. For example:
cd dist/
python -m SimpleHTTPServer 8000
or http-server --gzip