A quick little set up for developing with react using webpack. Explinations are written inside of the webpack.config.js file via comments.
$ git clone https://github.com/Dillonjay/webpack_react_boilerplate_tutorial.git
$ npm i
$ npm start
Happy codeing.