Modern React starter template with:
- ⚡️ Vite
- ⚛️ React 18
- 📘 TypeScript
- 🎨 Tailwind CSS
- 🔄 React Query
- 📡 Axios
- 🛠 React Hook Form + Zod
- 📍 React Router
- 🎯 ESLint + Prettier setup
- 💻 Absolute imports
# Clone this repository
git clone https://github.com/yourusername/vite-react-ts-tailwind-starter
# Enter the project directory
cd vite-react-ts-tailwind-starter
# Install dependencies
pnpm install
# Start dev server
pnpm dev