Skip to content

Instantly share code, notes, and snippets.

@c33k
Created September 24, 2015 03:35
Show Gist options
  • Save c33k/cb375297137b59efef51 to your computer and use it in GitHub Desktop.
Save c33k/cb375297137b59efef51 to your computer and use it in GitHub Desktop.
express-generator
npm install -g express-generator
express --ejs <project-name>
cd <project-name> && npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment