create-base-react-app
v2.0.3
Published
A modern React starter CLI powered by:
Maintainers
Readme
create-base-react-app
A modern React starter CLI powered by:
- React 19
- Vite 8
- Rolldown
- Tailwind CSS v4
- React Compiler
- Bun-powered ultra fast installs
- JavaScript & TypeScript support
Features
- ⚡ Extremely fast project setup using Bun
- ⚛️ React 19 ready
- 🎨 Tailwind CSS v4 configured
- 🚀 Vite 8 + Rolldown
- 🧠 React Compiler enabled
- 📦 npm compatible (
package-lock.jsongenerated) - 🔥 Modern ESLint setup
- 🟦 TypeScript support
- 🟨 JavaScript support
Usage
Create TypeScript app (default)
npx create-base-react-app my-appor
npx create-base-react-app my-app --tsCreate JavaScript app
npx create-base-react-app my-app --jsRun Project
cd my-app
npm run devGenerated Stack
TypeScript Template
- React 19
- TypeScript 6
- Vite 8
- Rolldown
- Tailwind CSS v4
- React Compiler
- ESLint
JavaScript Template
- React 19
- Vite 8
- Rolldown
- Tailwind CSS v4
- React Compiler
- ESLint
Why This CLI?
Most React starters are:
- outdated
- slow
- overconfigured
- still using old Tailwind/PostCSS setups
create-base-react-app gives you a clean modern setup with the latest tooling and near-instant installs using Bun.
Examples
TypeScript
npx create-base-react-app dashboard-appJavaScript
npx create-base-react-app landing-page --jsTech
Built with:
- React
- Vite
- Rolldown
- Tailwind CSS
- Bun
- ESLint
License
MIT
