Skip to content

Instantly share code, notes, and snippets.

@bksubramanyarao
Last active November 17, 2018 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bksubramanyarao/5fdc75371f72acdb50e6d0eeca72db82 to your computer and use it in GitHub Desktop.
Save bksubramanyarao/5fdc75371f72acdb50e6d0eeca72db82 to your computer and use it in GitHub Desktop.
how to use express-generator locally
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