Basic webpack react boilerplate with Es6 and Babel.
It is a basic boilerplate for react which uses React ReactDOM Webpack Webpack-Dev-Server Es6 and Babel.
Directory Structure is set like all your application data will be stored in app folder and will render from src folder. Compiled files are served from dist folder where a html file is placed to get preview in the browser of the app.
To start development follow the steps below.
Clone the project to your local system
open terminal and cd to project directory
Run "npm install"
then Run command "npm run start" to start the development server.
See the output on localhost:8080.