react-shadcn-dashboard-starter
react-shadcn-dashboard-starter copied to clipboard
Admin Dashboard Starter with React + Vite and Shadcn Ui
React Admin Dashboard Starter Template With Shadcn-ui
Built with the Vite + React Ts
Overview
This is a starter template using the following stack:
- Js Library - React 18
- Language - TypeScript
- Styling - Tailwind CSS
- Components - Shadcn-ui
- Schema Validations - Zod
- Tables - Tanstack Tables
- Forms - React Hook Form
- Linting - ESLint
- Formatting - Prettier
- Pre-commit hook - Husky
Pages
| 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 |
| - | - |
Getting Started
Follow these steps to clone the repository and start the development server:
git clone https://github.com/Kiranism/react-shadcn-dashboard-starter.gitnpm installnpm run dev
You should now be able to access the application at http://localhost:5173.