Modern Admin Dashboard UI crafted with Shadcn and Vite.
I've been creating UIs at work and for personal projects. So i made a reusable collection of dashboard UI and its components for future projects; and here it is now
UI: ShadcnUI (TailwindCSS + RadixUI)
Build Tool: Vite
Routing: TanStack Router
Type Checking: TypeScript
Linting/Formatting: Eslint & Prettier
Icons: Tabler Icons
Clone the project
git clone https://github.com/jagannath-p-s/modern-admin-dashboard.git
Go to the project directory
cd modern-admin-dashboard
Install dependencies
pnpm install
Start the server
pnpm run dev