Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 395 Bytes

Readme.MD

File metadata and controls

15 lines (11 loc) · 395 Bytes

React Parcel Example with hot reload

Example App bundled with Parcel Bundler

Getting started

Clone and install deps

git clone git@github.com: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.