The Angular CLI is a command line interface for building, managing and deploying Angular (version 2+) applications.
The Angular CLI is a command line interface for building, managing and deploying Angular (version 2+) applications. It can be used to generate part of the application, serving in a local server, analysing code quality, etc. It is based on ember-cli project.
Installation
npm install -g @angular/cli
Usage
ng help
Generating and serving an Angular project via a development server
ng new PROJECT-NAME
cd PROJECT-NAME
ng serve
For more information, please visit the following links.
- Website: https://cli.angular.io/
- Repo: https://github.com/angular/angular-cli