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
rendermethod ofApp.jsand see HMR at work.
Pull requests welcome!