Skip to content

Instantly share code, notes, and snippets.

@navarroaxel
Created May 11, 2014 20:12
Show Gist options
  • Save navarroaxel/cde3614f1ca74fcc3197 to your computer and use it in GitHub Desktop.
Save navarroaxel/cde3614f1ca74fcc3197 to your computer and use it in GitHub Desktop.
Install Express and example app
npm install -g express
npm install -g express-generator
express nodeapps
cd nodeapps
npm install
npm start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment