This project was generated with Angular CLI version 1.4.5.
Make sure you have Node.js, NPM, and the Angular CLI installed. This project was developed using the following versions:
- Node.js version 6.11.13
- NPM version 5.4.2
- Angular CLI version 1.4.5
Download and install Node.js (version 6.11.13 or later), then install the specified versions of NPM and the Angular CLI:
npm install -g [email protected]
npm install -g @angular/[email protected]
Run npm run local
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate productComponent productComponent-name
to generate a new productComponent. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run npm run build
or ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use ng build --prod
for a production build.
Run npm run lint
or ng lint
to lint the source code of the project.
Run npm run test
or ng test
to execute the unit tests via Karma.
Run npm run e2e
or ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.