Skip to content

Instantly share code, notes, and snippets.

@davidbarkhuizen
Last active May 8, 2016 20:08
Show Gist options
  • Select an option

  • Save davidbarkhuizen/346765db691cb1e3605a to your computer and use it in GitHub Desktop.

Select an option

Save davidbarkhuizen/346765db691cb1e3605a to your computer and use it in GitHub Desktop.
nodejs cheat sheet
// install express
// http://expressjs.com/en/starter/installing.html
sudo npm install -g express-generator
npm init
npm install express --save
# JSHINT @ http://jshint.com/
# install CLI
$ sudo npm install -g jshint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment