Last active
November 17, 2018 04:47
-
-
Save bksubramanyarao/5fdc75371f72acdb50e6d0eeca72db82 to your computer and use it in GitHub Desktop.
how to use express-generator locally
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
how to use express-generator locally | |
npm install express | |
npm install express-generator --save-dev | |
node full path to \node_modules\express-generator\bin\express-cli.js myapp --view=ejs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment