A modern React starter template powered by Vite and Tailwind CSS v4.
- React 19 - UI library
- Vite 7 - Build tool and dev server
- Tailwind CSS 4 - Utility-first CSS framework
- Install dependencies:
npm install- Run the development server:
npm run devThe app will be available at http://localhost:5175
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production build locally