/Next-Antd-Template

Primary LanguageTypeScriptApache License 2.0Apache-2.0

icon

Next-Antd-Template

English / 简体中文

Demo / Issues / Read docs

演示 / 反馈 / 邮箱 / 官网

cover
Next.js 14 Admin Dashboard Template
Built with the Next.js Page Router

✨ Overview

This is a starter template using the following stack:

This template uses the new Next.js Page Router. This template providers dashboard layout, supports theme switching and more.

TIP!

  1. We have encapsulated the antd table paging request, you can use the hooks we provide to easily complete the table paging request.

  2. Provide a context for globally retrieving user information after the user has logged in.

  3. Themes can be easily retrieved or modified using the theme context we provide.

  1. login page(light):

img1.png

  1. login page(dark):

img1.png

  1. dashboard page(light):

img1.png

  1. dashboard page(collapsed):

img1.png

  1. dashboard page(dark):

img1.png

  1. user table page(dark):

img1.png

Getting Started

Using this template create a project.

Finally, run the following commands to start the development server:

pnpm install

npm run dev

You should now be able to access the application at http://localhost:3000.

Contributor

Contributors

LICENSE

Apache License