Skip to content

kuldp18/create-react-tailwind-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-react-tailwind-app

A modern CLI tool to quickly scaffold a new React 19 project with Tailwind CSS v4 using Vite as the build tool.

Features

  • ⚛️ React 19 with the latest features
  • 🎨 Tailwind CSS v4 pre-configured
  • ⚡ Lightning-fast builds with Vite
  • 🔄 TypeScript support (optional)
  • 📦 Works with npm, yarn, or pnpm
  • 🚀 Zero configuration setup
  • 💅 Includes sample component to demonstrate Tailwind usage

Installation

npx @ksol8/create-react-tailwind-app@latest my-app

Usage

Interactive Mode

Run the CLI tool and follow the prompts:

create-react-tailwind-app

Or specify a project name directly:

create-react-tailwind-app my-awesome-app

Non-Interactive Mode

Use the -y flag to skip all prompts and use defaults (TypeScript enabled, npm as package manager):

create-react-tailwind-app my-app -y

Options

Option Description
[project-name] Name of your project (optional)
-y, --yes Skip all prompts and use defaults
-v, --version Output the version number

Project Structure

The generated project includes:

  • React 19 configured with Vite
  • Tailwind CSS v4 with PostCSS
  • Sample component demonstrating Tailwind usage
  • Ready-to-use project structure

Requirements

  • Node.js 16.x or higher
  • npm, yarn, or pnpm

Development

To contribute to this project:

  1. Clone the repository
  2. Install dependencies: npm install
  3. Link the package locally: npm link
  4. Now you can run create-react-tailwind-app locally

License

ISC © Kuldeep Solanki

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published