git better at git
--
for remote in `git branch -r `; do git branch --track $remote; donefor remote in `git branch -r `; do git checkout $remote ; git pull; doneInstall Node Dependencies
$ npm installStart the Node Server
$ npm startView Your Project Dammit
http://localhost:5000