create-react-vite-ts-app
v1.0.3
Published
Scaffold React + TypeScript + Vite + Tailwind projects instantly
Maintainers
Readme
create-react-vite-ts-app
A lightweight CLI to scaffold a modern React + TypeScript application using Vite with Tailwind CSS preconfigured and a clean, scalable project structure.
✨ Features
- ⚡ Fast development with Vite
- ⚛️ React 18 with TypeScript
- 🎨 Tailwind CSS configured out of the box
- 🧱 Clean and scalable folder structure
- 📦 Zero-config project scaffolding
- 🚀 Designed for
npm create
🚀 Getting Started
Create a new project
npm create react-vite-ts-app my-app
Then run:
cd my-app
npm install
npm run dev
Open your browser at: 👉 http://localhost:5173
📦 Usage Notes
This package is a project generator, not a runtime dependency.
✅ Recommended: npm create react-vite-ts-app my-app
✅ Also valid: npx create-react-vite-ts-app my-app
❌ Not recommended: npm install create-react-vite-ts-app
🤝 Contributing
Issues and pull requests are welcome.
If you have ideas, suggestions, or improvements, feel free to open an issue.
🔗 Links
npm: https://www.npmjs.com/package/create-react-vite-ts-app
GitHub: https://github.com/DamDev1/create-react-vite-ts-app
📄 License
MIT © DamDev