This is a boilerplate React 18 repository, being served by Parcel, complete with Jest & React Testing Library test suite.
- ⚛️ React
- 📦 Parcel
- 🧪 Jest
- 🧪⚛️ Testing Library / React
- Fork this repo, clone to your desktop, and install dependencies:
npm install
- Start the server, and navigate to
localhost:1234
npm run start
- Run the test suite
npm run test
- Lint the JavaScript
npm run lint
If you need a few additional dependencies, check out these different variations:
Made with
♥️ by Adam Sisk