Skip to content

Luyka-U2PM/react-and-tailwind

Repository files navigation

React + Vite + Tailwind CSS

App Screenshot

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

Features

  • Fast — Vite enables instant hot reload and optimized builds
  • 🎨 Styled — Utility-first CSS with Tailwind CSS 4
  • 📱 Responsive — Fully responsive design on all devices

Tech Stack

  • React 19
  • Vite 8
  • Tailwind CSS 4
  • ESLint

Getting Started

git clone https://github.com/Luyka-U2PM/react-and-tailwind.git
cd react-and-tailwind
npm install
npm run dev

Open http://localhost:5173 in your browser.

Build for Production

npm run build
npm run preview

Project Structure

/
├── public/
├── src/
│   ├── App.jsx
│   ├── App.css
│   └── main.jsx
├── index.html
├── package.json
├── vite.config.js
└── eslint.config.js

License

MIT — free to use for personal or commercial projects.

Releases

No releases published

Packages

 
 
 

Contributors