More often than not, I try to set up new react projects which have more or less the same functionality. For my usecases create-react-app seems like a overkill and it kind of abstracts all the tools. I wanted to learn the underlying tools too. So, I created this template repository for my future projects.
This boilerplate uses:
- Prettier - For formatting
- Eslint - which extends react-recommended best practices
- Parcel - For bundling and live reloading
- React - as a UI library
- React-DOM - to compliment react
- React Router - For navigation
npm run dev
npm run build
npm run lint
npm run format
- Tests defaults
- One Click Deploy