A modern React starter template with TypeScript, featuring:
- ⚡️ Vite
- 🎨 Tailwind CSS
- 🔍 TypeScript
- 🔄 TanStack Query (React Query)
- 🎯 shadcn/ui Components
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:5173 with your browser.
- Vite: Lightning fast development server and build tool
- TypeScript: Static type checking and better developer experience
- Tailwind CSS: Utility-first CSS framework
- TanStack Query: Powerful data synchronization and caching
- shadcn/ui: High-quality, accessible React components
To add a new component from shadcn/ui, use the following command:
npx shadcn-ui@latest add [component-name]
For example, to add the button component:
npx shadcn-ui@latest add button
npm run dev
- Start development servernpm run build
- Build for productionnpm run preview
- Preview production build locallynpm run lint
- Run ESLintnpm run type-check
- Run TypeScript type checking# test-hono-backend