Shadcn-ui Admin Dashboard Starter Template
Built with the Next.js App Router
Overview
Framework - Next.js 14
Language - TypeScript
Styling - Tailwind CSS
Components - Shadcn-ui
Schema Validations - Zod
State Management - Zustand
Auth - Auth.js
File Uploading - Uploadthing
Tables - Tanstack Tables
Forms - React Hook Form
Linting - ESLint
Pre-commit Hooks - Husky
Formatting - Prettier
Getting Started
Follow these steps to clone the repository and start the development server:
Create a
.env.local
file by copying the example environment file:cp env.example.txt .env.local
Add the required environment variables to the
.env.local
file.yarn run dev