A minimal React.js boilerplate with parcel as bundler. Parcel is an alternative web application bundler to Webpack. Read more about it: Getting started with React and Parcel.
git clone git@github.com:rwieruch/parcel-react.git
cd parcel-react
npm install
npm start