Last active
August 17, 2018 06:01
-
-
Save josegoyo/d3c42faa0cac4b6b49a0f1a36d813f90 to your computer and use it in GitHub Desktop.
install express and express generator.
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 express --save ### install express. | |
npm install express-generator -g ### install express generatos global | |
express h ### to see help. | |
express -g ### to generate express project. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment