Parcel Reason React App

August 19, 2018 ยท View on GitHub

A simple reason react app using parcel bundler


Live Demo

Getting Started

git clone https://github.com/Raincal/parcel-reason-react-app.git
cd parcel-reason-react-app
yarn
yarn start

Then open http://localhost:1234/ in your browser.

Build for production

yarn build

Deployment

See the section about deployment in create-react-app

License

MIT

Contents

  1. 1Getting Started
  2. 2Build for production
  3. 3Deployment
  4. 4License