Skip to content

Instantly share code, notes, and snippets.

@josegoyo
Last active August 17, 2018 06:01
Show Gist options
  • Save josegoyo/d3c42faa0cac4b6b49a0f1a36d813f90 to your computer and use it in GitHub Desktop.
Save josegoyo/d3c42faa0cac4b6b49a0f1a36d813f90 to your computer and use it in GitHub Desktop.
install express and express generator.
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