Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

38 lines (19 loc) · 1.14 KB

DevTest

Getting Started

  1. Please install NPM if you do not have it already on you machine. https://www.npmjs.com/get-npm

  2. Use NPM to install angular cli : npm install -g @angular/cli

  3. We recommend using Visual Studio Code : https://code.visualstudio.com/

  4. We also recommend installing the Angular Language Service extension for Visual Studio Code : https://marketplace.visualstudio.com/items?itemName=Angular.ng-template

  5. To start : npm install

Notes

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.

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.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.