This is a modern React starter template built to help quickly kickstart new projects with a clean and scalable setup.
It provides a solid foundation for building web applications with best practices and commonly used tools preconfigured.
- Light/dark mode
- Responsive
- Charts
- Vite - Fast development server and build tool
- React + TypeScript – Strong typing for a reliable codebase
- Tailwind - Utility-first styling for rapid UI development
- shadcn/ui - Prebuilt, accessible UI components
- TanStack Router - Type-safe Routing
git clone https://github.com/Chindara/shadcn-starter.gitcd shadcn-starternpm installnpm run devYour app will be running at http://localhost:5173 (default Vite port).