Skip to content

Instantly share code, notes, and snippets.

@leighghunt
Created June 12, 2013 03:59
Show Gist options
  • Save leighghunt/5762743 to your computer and use it in GitHub Desktop.
Save leighghunt/5762743 to your computer and use it in GitHub Desktop.
NodeJS Cheat sheet
Node cheat sheet
sudo add-apt-repository ppa:richarvey/nodejs
sudo apt-get update
sudo apt-get install nodejs
sudo npm install express -g
sudo npm install stylus -g
sudo npm install jade -g
sudo apt-get install mongodb
sudo mkdir /data/db --parents
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment