Skip to content

Rhadow/react-webpack-boilerplate

Repository files navigation

React-Webpack-Boilerplate

Maintenance Status Build Status Dependency Status devDependency Status Code Climate

React project boilerplate with webpack and ES6!

What You Get

  • react (Support for React v0.12.x and React v0.13.x)
  • jquery
  • bootstrap
  • hot reload feature

Install

Follow the steps below:

$ git clone https://github.com/Rhadow/react-webpack-boilerplate.git
$ cd react-webpack-boilerplate
$ npm install

Development:

$ 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.

Production

For MAC/LINUX User

$ npm run deploy

For WINDOWS User

$ npm run wdeploy

Every javascript and assets file will be bundled into dist folder.

License

MIT © Howard Chang

About

React project boilerplate with webpack and ES6!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published