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
- β‘ 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
npx create-base-react-app my-appor
npx create-base-react-app my-app --tsnpx create-base-react-app my-app --jscd my-app
npm run dev- React 19
- TypeScript 6
- Vite 8
- Rolldown
- Tailwind CSS v4
- React Compiler
- ESLint
- React 19
- Vite 8
- Rolldown
- Tailwind CSS v4
- React Compiler
- ESLint
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.
npx create-base-react-app dashboard-appnpx create-base-react-app landing-page --jsBuilt with:
- React
- Vite
- Rolldown
- Tailwind CSS
- Bun
- ESLint
MIT