Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 215 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 215 Bytes

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"