A lightweight React starter template built with Vite and Tailwind CSS. Fast development environment with HMR (Hot Module Replacement) and modern tooling out of the box.
- Node.js (LTS recommended)
- npm, yarn, pnpm, or bun
npm installnpm run devThe development server will start at http://localhost:5173
Note
Prefer using another package manager? Use one of the following:
yarn install
# or
pnpm install
# or
bun installnpm run dev- Start the development servernpm run build- Build for productionnpm run preview- Preview the production build locallynpm run lint- Run ESLint to check code quality
- ⚡ Vite - Next generation frontend tooling
- ⚛️ React 19 - Latest React version
- 🎨 Tailwind CSS - Utility-first CSS framework
- 📝 ESLint - Code quality and consistency
- 🔥 HMR - Fast refresh during development
This project is licensed under the MIT license.