react-parcel-example

Simplest minimum viable React example app with Parcel Bundler

MIT License

Stars
7

react-parcel-example

Simplest minimum viable React app example with Parcel Bundler

Read the complete guide on Medium.

Getting started

Clone the repository

git clone [email protected]:vigzmv/react-parcel-example.git
cd react-parcel-example

Install dependencies and start the server

npm install
npm start

Then open http://localhost:1234 and edit any file press save. Parcel will automagically hot reload you files whenever you make changes.

Building for Production

npm run build

This will compile your JS and copy your index.html to the dist folder.