A minimal react starter (except for eslint and prettier config) ready for use with parcel.js
Install parcel globally
Then do the following:
git clone https://github.com/clarksandholtz/parcel-react-minimal.git
cd parcel-react-minimal && yarn install
parcel src/index.html
Open your browser to localhost:1234 and voila!