This is a very minimal set-up to get started writing a React app. It bundles your code using Parcel and has Jest configured to write tests with react-testing-library.
This was mostly designed as a learning aid to help understand how bundlers are set up.
You should probably use Create React App for anything really important
- Clone this repo
npm i
npm run dev
to start the development server
If you want a bit more info about what exactly is needed for this project to work go to the setup guide and follow the manual installation steps in a fresh repo of your own.