Changes will be reflected in real-time via hot module reloading.
$ npm run start
$ npm run build
- Assets are compiled into
/dist
Useful when trying to debug large bundle sizes.
$ npm run analyze
Enabled only for production builds.
$ npm run build
$ BABEL_ENV=server NODE_ENV=production node server.js