Skip to content

akshaywritescode/create-base-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

34 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.json generated)
  • πŸ”₯ Modern ESLint setup
  • 🟦 TypeScript support
  • 🟨 JavaScript support

Usage

Create TypeScript app (default)

npx create-base-react-app my-app

or

npx create-base-react-app my-app --ts

Create JavaScript app

npx create-base-react-app my-app --js

Run Project

cd my-app
npm run dev

Generated 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-app

JavaScript

npx create-base-react-app landing-page --js

Tech

Built with:

  • React
  • Vite
  • Rolldown
  • Tailwind CSS
  • Bun
  • ESLint

License

MIT

About

An NPX script to scaffold a React project with JavaScript and Tailwind CSS 🎨. Includes boilerplate setup with ESLint, PostCSS, and Tailwind configurations β€” all in under 5 seconds! ⏱️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors