Created
January 3, 2018 14:21
-
-
Save h3nr1ke/1095d5876e50a0d2b5e4f167ff931f52 to your computer and use it in GitHub Desktop.
NPM commands to start and manage a projec
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
# --- 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