create-vrt-app
v1.0.3
Published
Scaffold a Vite + React + TailwindCSS app with one command.
Maintainers
Readme
create-vrt-app
✨ Features
- ⚡️ Vite – Lightning fast frontend tooling
- ⚛️ React 19.1+ – Latest React with all modern features
- 🎨 Tailwind CSS 4.1+ – Utility-first CSS framework, pre-configured
- 📦 Zero Config – Everything just works out of the box
- 🔍 ESLint – Minimal setup for clean, consistent code
- 🚀 Fast Setup – Get building in seconds, not minutes
🚀 Quick Start
# Create a new project
npx create-vrt-app my-awesome-app
# Or create in current directory
npx create-vrt-app .🛠️ What Happens
📂 Files copied. Installing dependencies...
✅ Project ready!
Happy hacking!
👉 cd <your-project-name>
npm run devYou’re ready to go!
📁 Project Structure
project-name/
├── public/
│ └── vite.svg
├── src/
│ ├── App.jsx
│ ├── main.jsx
│ ├── assets/
│ └── index.css
├── package.json
├── vite.config.js
├── eslint.config.js
└── index.html🧩 Tech Stack
- Vite
- React 19.1.0+
- Tailwind CSS 4.1+
- ESLint (Minimal config)
🧠 Author
Made with ❤️ by Ayush Jain
