vt-tw
v2.0.3
Published
A fully initialized React Vite + Tailwind CSS starter template to kickstart modern front-end projects. This package provides an optimized and minimal boilerplate with fast development, zero-config setup, and best practices.
Maintainers
Readme
VT-TW: React + Vite + Tailwind Starter
🚀 VT-TW is a fully initialized React Vite + Tailwind CSS starter template, designed for modern front-end projects. It offers fast development, zero-config setup, and best practices to kickstart your next project effortlessly.
VT-TW 🚀
A modern React + Vite + Tailwind CSS starter kit.
👉 Live Demo: https://vt-tw.vercel.app
✨ Features
✅ React 19 + Vite – Lightning-fast development
✅ Tailwind CSS – Utility-first styling
✅ ESLint & Prettier – Clean and consistent code
✅ React Router – Pre-configured for navigation
✅ Zero Config Setup – Just install and start coding
📦 Installation
Using npx (Recommended)
npx vt-twThis will prompt you to enter your project name.
Using npm
npm i vt-twThen, run:
npx create-vt-tw <your-project-name>🚀 Usage
After creating your project:
cd <your-project-name>
npm install
npm run dev📂 Folder Structure
your-project/
├── src/ # React components & pages
├── public/ # Static assets
├── tailwind.config.js # Tailwind CSS config
├── vite.config.js # Vite config
├── package.json # Project metadata
└── README.md # Documentation⚡ Development
To start the development server:
npm run devTo build for production:
npm run buildTo preview the build:
npm run previewTo format and lint the code:
npm run lint📖 Learn More
👨💻 Author
Thinakaran Manokaran 🚀
GitHub: @thinakaranmanokaran
Portfolio: Thinakaran Manokaran
📜 License
This project is licensed under the MIT License.
🚀 Happy Coding! Enjoy Code! 😎🎉
