Skip to content

itsBeingDev/Using-different-npm-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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"