- Fork/Clone repo
npm install
npm install -g grunt-cli
- grunt build:dev
- node server.js should see a blank page and we're off to the races.
- Browerify module patterns
- The build process
- angular's take on mv*
- angular module pattern (setting up an app)
- ng directives
- setting up a basic app
- angular controllers
- 2-way data binding
- getting data in the controller
- setting up a router
- setting up views
- custom directives (if there's time)