- Set up dev environment
- Install brew a pacage manager for mac
- Install node package manager with brew, another package mananger (don't worry I think thats all of these)
brew install npm
- Install yo this will also install grunt and bower
- read the getting started on that link
npm install -g generator-angular
- Okay so that was already an ordeal now what?
- Scaffold the app with yo. Yo will ask some questions about what you want. (bootstrap and routes are good options)
yo angular
- Build the app
grunt build
- Serve the app
grunt serve
- Congrats you have generated a web app.
Created
March 21, 2014 19:39
-
-
Save connerbrooks/9694512 to your computer and use it in GitHub Desktop.
Gabydothis.com
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment