Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

next-dev-team/umijs-next-dashboard-boilerplate

Repository files navigation

Online Demo

Demo linke here

username: admin
pass: admin

Note: Our API using NestJs with mongoDb with heroku server free so the first time it will be abit slow loading due to heroku might be sleep for the first request.

Online dev environment

use Gitpod, a free online dev environment for GitHub.

Open in Gitpod

Local Environment Prepare

Install node_modules:

yarn

Provided Scripts

Ant Design Pro provides some useful script to help you quick start and build with web project, code style check and test.

Scripts provided in package.json. It's safe to modify or add additional script:

Start project

yarn start

Build project

yarn build

Check code style

yarn lint

You can also use script to auto fix some lint error:

yarn lint:fix

Test code

yarn test

Ant Design Pro

This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.

More

You can view full document on our official website. And welcome any feedback in our github.