git better at git
--
for remote in `git branch -r `; do git branch --track $remote; done
for remote in `git branch -r `; do git checkout $remote ; git pull; done
Install Node Dependencies
$ npm install
Start the Node Server
$ npm start
View Your Project Dammit
http://localhost:5000