React Admin Dashboard Starter Template With Shadcn-ui
Built with the Vite + React Ts
This is a starter template using the following stack:
- Js Library - React 18
- Language - TypeScript
- Styling - Tailwind CSS
- Components - Shadcn-ui
- Schema Validations - Zod
- Async state management - Tanstack Query aka React Query
- Tables - Tanstack Tables
- Forms - React Hook Form
- Linting - ESLint
- Formatting - Prettier
- Pre-commit hook - Husky
Pages | Specifications |
---|---|
Signup | Custom auth. |
Dashboard | Cards with recharts graphs for analytics with dark mode ✅. |
Students | Tanstack tables with students details with server side searching, pagination etc |
404 | Not Found Page |
- | - |
Follow these steps to clone the repository and start the development server:
git clone https://github.com/Kiranism/react-shadcn-dashboard-starter.git
npm install
npm run dev
You should now be able to access the application at http://localhost:5173.