react-webpack
react-webpack copied to clipboard
A boilerplate for writing React based ES6 app with webpack/中文注释
This is a boilerplate for React Webpack project. You could use it to build your own app.
Features
- React base es6
- webpack
- hot reloader
- babel
- scss
- autoprefixer
- file to base64
Config
webpack.base.config.js
Clone
$ git clone https://github.com/EdwardZZZ/react-webpack.git <yourAppName>
$ cd <yourAppName>
$ npm install
Start
$ npm start
react-hot-reloader
$ npm run dev
Build
$ npm run build