Skip to content

Instantly share code, notes, and snippets.

@h3nr1ke
Created January 3, 2018 14:21
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 h3nr1ke/1095d5876e50a0d2b5e4f167ff931f52 to your computer and use it in GitHub Desktop.
Save h3nr1ke/1095d5876e50a0d2b5e4f167ff931f52 to your computer and use it in GitHub Desktop.
NPM commands to start and manage a projec
# --- install dependecies
npm install
# --- install only dev dependencies
npm install --only=dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment