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"