Created
October 28, 2013 18:20
-
-
Save cgkio/7201870 to your computer and use it in GitHub Desktop.
Workflow for AngularJS Yeoman generator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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