nga
v1.0.5
Published
angular app generator
Downloads
4
Readme
nga
http://github.com/libinqi/nga/
Features
- Angular 2 and Angular 4
- TypeScript 2
- Dev/Prod, HMR
- Async/Lazy Routes
- AoT via ngc
- Hot Module Replacement
- Webpack 2
Installation
$ npm install -g nga
Quick Start nga
The quickest way to get started with nga is executable angular
to generate an application as shown below:
Create the app:
$ nga ng-app && cd ng-app
Install dependencies:
$ npm install
Start the server:
$ npm start
Hot Module Replacement:
$ npm run server:dev:hmr
Command Line Options
This generator can also be further configured with the following command line flags.
-h, --help output usage information
-V, --version output the version number