Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 640 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 640 Bytes

alt tag

strategy >> performance and change explorer

clean install

  • 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

checkout space from git

additional stuff

  • npm install jscs -g