An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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.