UNPKG

react-hot-boilerplate

Version:

Boilerplate for ReactJS project with hot code reloading

31 lines (22 loc) 822 B
react-hot-boilerplate ===================== The minimal dev environment to enable live-editing React components. ### Usage ``` npm install npm start open http://localhost:3000 ``` Now edit `scripts/App.js`. Your changes will appear without reloading the browser like in [this video](http://vimeo.com/100010922). ### Dependencies * React * Webpack * [webpack-dev-server](https://github.com/webpack/webpack-dev-server) * [jsx-loader](https://github.com/petehunt/jsx-loader) * [react-hot-loader](https://github.com/gaearon/react-hot-loader) ### Resources * [Demo video](http://vimeo.com/100010922) * [react-hot-loader on Github](https://github.com/gaearon/react-hot-loader) * [Integrating JSX live reload into your workflow](http://gaearon.github.io/react-hot-loader/) * Ping dan_abramov on Twitter or #reactjs IRC