generator-angular2-starter
v0.0.1
Published
Yeoman generator for Angular2
Downloads
6
Readme
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-angularMake a new directory, and cd into it:
mkdir my-new-project && cd $_Run yo angular2-starter:
yo angularRun 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
