A modern React starter template built with Vite and Tailwind CSS — fast, responsive, and ready for rapid development.
🔗 Live Demo: react-and-tailwind-virid.vercel.app
- ⚡ Fast — Vite enables instant hot reload and optimized builds
- 🎨 Styled — Utility-first CSS with Tailwind CSS 4
- 📱 Responsive — Fully responsive design on all devices
- React 19
- Vite 8
- Tailwind CSS 4
- ESLint
git clone https://github.com/Luyka-U2PM/react-and-tailwind.git
cd react-and-tailwind
npm install
npm run devOpen http://localhost:5173 in your browser.
npm run build
npm run preview/
├── public/
├── src/
│ ├── App.jsx
│ ├── App.css
│ └── main.jsx
├── index.html
├── package.json
├── vite.config.js
└── eslint.config.js
MIT — free to use for personal or commercial projects.
