generator-angular-devstack
v2.3.1
Published
Yeoman generator for robust AngularJS applications
Maintainers
Readme
Generator Angular Devstack
Provide structure and automation to manage AngularJS projects.
Documentation
Installation
Global installation of gulp and bower is optional
# Install yeoman generator
$ npm install -g yo generator-angular-devstack
# Create your project
$ yo angular-devstackServe app and watch for changes
$ npm startBuild the app for production
$ npm run buildGenerate an archive of your app
$ npm run archiveDeploy your app on GitHub Pages
$ npm run deploy