Example App bundled with Parcel Bundler
Clone and install deps
git clone [email protected]:albinotonnina/hot-parcel-react.git
cd hot-parcel-react
yarn
yarn start
Then open http://localhost:1234
and edit App.js
and press save. Parcel will automagically hot reload you files whenever you make changes.