npm install cp config.json.dist config.json
// local development NODE_ENV=development npm run build development // minified and uglified version for production NODE_ENV=production npm run build production