Created
May 11, 2014 20:12
-
-
Save navarroaxel/cde3614f1ca74fcc3197 to your computer and use it in GitHub Desktop.
Install Express and example app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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