Setup for development
- Download Git Bash for windows: https://git-for-windows.github.io/
- Open Git Bash.
- Setup github access: https://help.github.com/articles/generating-an-ssh-key/
- Download and install node: http://blog.teamtreehouse.com/install-node-js-npm-windows
- Install NVM (Node Version Manager): https://github.com/creationix/nvm#manual-install
- Install node versions using nvm:
nvm install 0.12.1
,nvm install stable