This is an example repo for the Using Webpack's Hot Module Replacement with React tutorial.
To run:
- clone the repo
- run
npm install
- run
npm start
- visit http://localhost:8080
- edit anything in the
render
method ofApp.js
and see HMR at work.
Pull requests welcome!