strategy >> performance and change explorer
- install git
- install nodeJS (e.g. windows = just run the nodejs installer, ubuntu = "sudo apt-get install -y nodejs" )
- install mongodb (and start it ;-)
- npm install -g bower
- npm install -g gulp
- npm install -g nodemon
- npm install -g forever
- git clone https://github.com/gkathan/space
- cd space
- npm install
- bower install
- npm run-script startDEV
- npm install jscs -g