create-vite-react-shadcn
v1.0.5
Published
A CLI to scaffold a React + Vite + TailwindCSS + shadcn/ui project
Maintainers
Readme
📦 create-vite-react-shadcn
Scaffold a modern Vite + React + TailwindCSS + shadcn/ui project with a single command.
🚀 Quick Start
npx create-vite-react-shadcn my-appThen:
cd my-app
npm run dev📁 What You Get
- ⚡️ Vite – ultra-fast bundler
- ⚛️ React – for UI development
- 🎨 TailwindCSS – utility-first styling
- 🧱 shadcn/ui – accessible, composable UI components
- 🧹 ESLint + Prettier – linting and formatting
- 🚀 Ready-to-deploy structure
🔧 How It Works
This CLI tool uses degit to clone the boilerplate from:
📁 aniruddhabagal/vite-react-shadcn
No git history is copied — it's a clean, fresh start every time.
📜 Usage Options
npx create-vite-react-shadcn my-appThis will:
- Create a folder
my-app - Clone the template repo into it (no
.git) - Install dependencies (
npm install) - Show you how to start developing (
npm run dev)
📦 Local Development (CLI Tool)
If you're working on or testing this CLI package:
npm link
create-vite-react-shadcn my-app🧰 Requirements
- Node.js v14 or higher
- npm v6+
📄 License
MIT © Aniruddha Bagal
