Skip to content

Instantly share code, notes, and snippets.

@cgkio
Created October 28, 2013 18:20
Show Gist options
  • Save cgkio/7201870 to your computer and use it in GitHub Desktop.
Save cgkio/7201870 to your computer and use it in GitHub Desktop.
Workflow for AngularJS Yeoman generator
npm install -g generator-angular $ install generator
yo angular $ scaffold out a AngularJS project
bower install angular-ui $ install a dependency for your project from Bower
grunt test $ test your app
grunt server $ preview your app
grunt $ build the application for deployment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment