A CLI tool to create a Vite + React + Tailwind project instantly.
npm install xa-create-react-tailwind-rtkA simple CLI tool to scaffold a Vite + React + Tailwind project.
``bash`
npm install -g xa-create-react-tailwind-rtk
Create a new project:
`bash`
xa-create-react-tailwind-rtk MyApp
This will:
1. Copy the built-in template into MyApp folder.npm install
2. Run inside the new folder automatically.
3. Print next steps to start the dev server.
`bash`
cd MyApp
npm run dev
You can run without global install using npx (if you published with the same name):
`bash`
npx xa-create-react-tailwind-rtk MyApp
- Remove node_modules from the template` folder before publishing.
- Ensure Node.js v16+ is installed.