generator-angular-devstack
v2.3.1
Published
Yeoman generator for robust AngularJS applications
Downloads
7
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-devstack
Serve app and watch for changes
$ npm start
Build the app for production
$ npm run build
Generate an archive of your app
$ npm run archive
Deploy your app on GitHub Pages
$ npm run deploy