A pre-configured starter project with the following features (all accurate at time of writing, very likely subject to change!);
- React / React Router
- Webpack 4
- TypeScript
- PostCSS
- Jest
- React Testing Library
- ESLint & Prettier
# Run the dev server on port 8080
npm start
# Generate a production build
npm run build
# Run ESLint
npm run lint
# Run unit/integration tests
npm test