This is for setup for the Intro to AngularJS event I'm putting on.
Broadcast: https://plus.google.com/u/0/events/cdeph6cd7lj0lgh88jh42ae1edg
Physical Event: https://plus.google.com/events/c85mblqc4p327etm09otkr9gcto
Setup steps:
1. Install NodeJS: http://www.nodejs.org
2. Install Git: http://git-scm.com
3. Run "npm install -g http-server"
4. Run "git clone https://github.com/kentcdodds/ng-workshop"
5. Run "cd ng-workshop"
6. Run "http-server"
7. Open "http://localhost:8080" in your browser of choice.
Note: If you have python installed on your machine, you can just use: "python -m SimpleHTTPServer 8080" instead of installing node and http-server.