This is a boilerplate for React Webpack project. You could use it to build your own app.
- React base es6
- webpack
- hot reloader
- babel
- scss
- autoprefixer
- file to base64
webpack.base.config.js
$ git clone https://github.com/EdwardZZZ/react-webpack.git <yourAppName>
$ cd <yourAppName>
$ npm install
$ npm start
$ npm run dev
$ npm run build