React project boilerplate with webpack and ES6!
- react (Support for React v0.12.x and React v0.13.x)
- jquery
- bootstrap
- hot reload feature
Follow the steps below:
$ git clone https://github.com/Rhadow/react-webpack-boilerplate.git
$ cd react-webpack-boilerplate
$ npm install
$ npm run dev
Your application will be available at http://localhost:3000.
Whenever you need to add a third party plugins or libraries into common vendor.js
, access to package.json
and insert the path or module name into vendors
.
For MAC/LINUX User
$ npm run deploy
For WINDOWS User
$ npm run wdeploy
Every javascript and assets file will be bundled into dist
folder.
MIT © Howard Chang