create-react-ts-tailwindcss-app
v1.0.2
Published
CLI to create React 19 + TailwindCSS 4 + TypeScript projects
Maintainers
Readme
create-react-ts-tailwindcss-app
A simple CLI to scaffold React 19 + TailwindCSS 4 + TypeScript projects powered by Vite.
Features
- React 19
- TailwindCSS 4
- TypeScript
- Vite
- Simple one-command setup
Usage
Using npx (recommended)
npx create-react-ts-tailwindcss-appThis will prompt you for a project name and create a new directory with your React + TailwindCSS + TypeScript project ready to go.
Global installation
npm install -g create-react-tailwind-app
create-react-tailwind-appWhat's included
- React 19 setup
- TailwindCSS 4 configuration
- TypeScript configuration
- Basic project structure
Post-installation
After creating your project:
cd your-project-name
npm install
npm run devLicense
MIT
