This React JS boilterplate code designed using webpack. Although the React starter repo, create-react-app makes it faster to setup, you can use this code if you want to learn what webpack does behind-the-scence.
$ git clone https://github.com/kumarryogeshh/react-boilerplate.git
$ npm install
$ npm start
Feel free to submit a pull requests! For specifics on how to contribute to this project, check out notes on contributing.
This code is released under the MIT License.