This is a starter template using the following stack:
- Framework - Next.js 14
- Language - TypeScript
- Components - Ant Design 5
- Style - Tailwind CSS
- Linting - ESLint
- Formatting - Prettier
This template uses the new Next.js Page Router. This template providers dashboard layout, supports theme switching and more.
TIP!
We have encapsulated the antd table paging request, you can use the hooks we provide to easily complete the table paging request.
Provide a context for globally retrieving user information after the user has logged in.
Themes can be easily retrieved or modified using the theme context we provide.
- login page(light):
- login page(dark):
- dashboard page(light):
- dashboard page(collapsed):
- dashboard page(dark):
- user table page(dark):
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.