React Done Right – Full Edition
Start React projects the right way — without setup hell.
React Done Right is an opinionated React + Vite starter project designed
for developers who want to start coding immediately without wasting
time on repetitive setup decisions.
This is not a framework and not a boilerplate mess.
It’s a clean, well-considered starting point.
✅ What’s included
- Clean React + Vite project
- Opinionated ESLint configuration (real-world rules)
- Prettier aligned with ESLint (no conflicts)
- Helpful scripts for linting and formatting
- Simple and scalable folder structure
- Clear README explaining all decisions
🚫 What’s intentionally NOT included
- State management libraries
- UI frameworks or CSS libraries
- Testing setup
- Backend or API logic
- CI/CD or Docker
This starter focuses on helping you start right, not on solving
every possible problem.
👤 Who this is for
- Developers tired of configuring React projects from scratch
- Freelancers and indie devs starting new projects often
- Anyone who wants fewer decisions and cleaner foundations
📦 How it works
1. Download the ZIP
2. Extract the project
3. Run:
```bash
npm install
npm run dev
An opinionated React + Vite starter to help you start projects clean, fast, and without setup fatigue.