Next.js 14 Admin Dashboard Starter Template With Shadcn-ui
Built with the Next.js App Router
This is a starter template using the following stack:
- Framework - Next.js 14
- Language - TypeScript
- Styling - Tailwind CSS
- Components - Shadcn-ui
- Schema Validations - Zod
- Auth - Nextauth
- File Uploading - Uploadthing
- Tables - Tanstack Tables
- Forms - React Hook Form
- Linting - ESLint
- Formatting - Prettier
Clone this repo
Run the following commands to start the development server:
npm install
npm run dev
You should now be able to access the application at http://localhost:3000.