Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 222 Bytes

Readme.md

File metadata and controls

11 lines (8 loc) · 222 Bytes

Example webpack config using React and HMR

To run:

  • clone the repo
  • run npm install or yarn
  • run npm start
  • edit anything in the render method of src/App.js and see HMR at work.

Pull requests welcome!