xa-create-react-tailwind-rtk
v1.0.0
Published
A CLI tool to create a Vite + React + Tailwind project instantly.
Downloads
75
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.
