xa-create-react-tailwind-rtk
v1.0.3
Published
A CLI tool to create a Vite + React + Tailwind project instantly.
Maintainers
Readme
xa-create-vite-react
A simple CLI tool to scaffold a Vite + React + Tailwind project.
📦 Install (one time)
npm install -g xa-create-react-tailwind-rtk🚀 Usage
Create a new project:
xa-create-react-tailwind-rtk MyAppThis will:
- Copy the built-in template into
MyAppfolder. - Run
npm installinside the new folder automatically. - Print next steps to start the dev server.
🔧 Start
cd MyApp
npm run dev💡 Alternative (no global install)
You can run without global install using npx (if you published with the same name):
npx xa-create-react-tailwind-rtk MyAppNotes
- Remove
node_modulesfrom thetemplatefolder before publishing. - Ensure Node.js v16+ is installed.
