Skip to content

CS506-MS3/ms3-web

Repository files navigation

Ms3Web

https://ms3-web.firebaseapp.com

This project was generated with Angular CLI version 1.4.3.

Set-up

Requires Node 7.0.0 or higher Download Repository, then from the repo root directory,

$ (sudo) npm -g install @angular/cli
$ npm install

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.

Testing

To run lint and the currently available tests, from the project root run the following:

$ ng lint
$ ng test --code-coverage --single-run --config karma.jenkins.conf.js

Test results will be available at /test-results/*.xml Coverage Report will be available at /test-results/coverage

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. Use the -prod flag for a production build.