An example of webpack workflow, as presented in the following article Creating a workflow with WebPack
npm install
npm run dev
- localhost:8080npm run deploy
- deploy to dist folder
@bebraw and me have been working on a cookbook for React JS and Webpack practices. Check it out at react-webpack-cookbook and build your custom config file with the best practices in the community.