May 2018
Intermediate to advanced
470 pages
13h 54m
English
Update the package.json file to add the following npm run scripts for development and production.
mern-simplesetup/package.json:
"scripts": { "development": "nodemon", "build": "webpack --config webpack.config.client.production.js
&& webpack --mode=production --config webpack.config.server.js", "start": "NODE_ENV=production node ./dist/server.generated.js"}
Read now
Unlock full access