A reasonably bare boilerplate that gets you set up with React. The boilerplate includes:
- A skeleton React app
- Unit tests skeleton using Jest
- Webpack for local running and bundling
- GitHub Actions workflows defined in
.github/
git clone [email protected]:AlexChesters/react-boilerplate.git my-new-app
cd my-new-app
./scripts/clean my-new-app
After this you will be ready to go!