This repository lets you test or prototype React apps without the hassle of setting up a new project every time. It also includes an easy way to build for production, so you can deploy your app with just a few simple steps.
- Clone the project
- Run
npm ci
- Run
npm start
- Open http://localhost:9000 to view it in the browser.
- Go to
src/App.tsx
to start prototyping.
- 🥺 New to GitHub? Keep it simple and focus on learning.
- 👁 Quickly test layouts with color mode.
- 🧖♀️ Prototype faster without setup delays.
- 🗑 Keep your local machine clean—no unnecessary files.
- 🥴 Avoid local environment issues—just start coding.
- ❌ No browser log errors to distract you.
- 🪄 No linter or formatter issues—just code.
- 📚 Clean directory structure—no clutter, just essentials.
- 🚀 Skip project setup—jump straight into coding.
- 🧪 Perfect for learning React without setup headaches.
▶️ Instantly start the app and see results.- 🤯 Stay focused on what matters—building your app.
-
No CRA, No Vite, No Overhyped Frameworks:
Keep it simple, no unnecessary complexity
-
Minimum Setup:
Start coding right away with the bare essentials
-
Maximum Comfort:
Prioritize developer experience with easy-to-use tools
-
Readable Webpack Config:
Transparent and easy-to-understand configuration
-
Fewer Third-Party Config Packages:
Reduce dependency clutter and keep control over your setup
-
Lightweight Dependencies:
Only include what’s necessary—no bloat
-
Easy Customization:
Adapt the setup to your needs without hassle
-
Focus on Code, Not Configuration:
Spend your time building, not tweaking settings
- ✅ Typescript support
- ✅ SCSS support
- ✅ Global SCSS import file support
- ✅ Dot.Env support
- ✅ Out of the box working build
- ✅ Splitted chunks
- ✅ Assets directory
- ✅ SVG support
- ✅ Images support
- ✅ Webfonts support
- 💾
.env.production
- 💾
.env.development
- 💾
.env.local
- Eslint
- Stylelint
- Formatter
- Tests
- Browserlist