Skip to content

itsBeingDev/Using-different-npm-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 3, 2017
c639cd5 · Sep 3, 2017

History

3 Commits
Sep 3, 2017
Sep 3, 2017
Sep 3, 2017
Sep 3, 2017
Sep 3, 2017
Sep 3, 2017

Repository files navigation

npm-script

How to use npm scripts.

Use these commands

npm install

To run the server in developer mode

npm start

To run production build

npm run build

Be carefull with "--source-map" vs. "--source-maps"