0.0.1 • Published 9 years ago

generator-angular2-starter v0.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

Angular2 starter generator

The generator tries to build a Angular2 application. The generator is based on the project ng2-webpack by Olivier Combe.

Usage

Install yo, grunt-cli, bower, generator-angular and generator-karma:

npm install -g grunt-cli bower yo generator-karma generator-angular

Make a new directory, and cd into it:

mkdir my-new-project && cd $_

Run yo angular2-starter:

yo angular

Run npm run build for building and npm start to develop.

Generators

ng2-webpack includes the project angular-cli and benefits of the generator the project.

To have more information about generators please visit the documentation of angular-cli.

Changelog

Recent changes can be viewed on Github on the Releases Page

License

MIT license