https://github.com/feelCrazy/next-admin
A dashboard template using Shadcn UI
https://github.com/feelCrazy/next-admin
nextjs react shadcn-ui tailwindcss
Last synced: 7 months ago
JSON representation
A dashboard template using Shadcn UI
- Host: GitHub
- URL: https://github.com/feelCrazy/next-admin
- Owner: feelCrazy
- Created: 2023-09-20T06:05:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T07:28:02.000Z (about 2 years ago)
- Last Synced: 2024-01-08T08:33:16.613Z (about 2 years ago)
- Topics: nextjs, react, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 1.44 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-shadcnui - Github
README
#
Next.js 13 Admin Dashboard Template
###
Built with the Next.js App Router
## Overview
This is a starter template using the following stack:
- Framework - [Next.js 13](https://nextjs.org/13)
- Language - [TypeScript](https://www.typescriptlang.org)
- Auth - [NextAuth.js](https://next-auth.js.org)
- Styling - [Tailwind CSS](https://tailwindcss.com)
- Components - [Shadcn-ui](https://ui.shadcn.com/)
- Linting - [ESLint](https://eslint.org)
- Formatting - [Prettier](https://prettier.io)
## Getting Started
First, install packages:
```bash
# or
pnpm intall
# or
bun install
```
## Start the app
```bash
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.