https://github.com/next-dev-team/umijs-next-dashboard-boilerplate
React Js Typescript, Antd design boilerplate
https://github.com/next-dev-team/umijs-next-dashboard-boilerplate
admin-dashboard ant-design antd antd-design-pro react typescript umijs
Last synced: 3 months ago
JSON representation
React Js Typescript, Antd design boilerplate
- Host: GitHub
- URL: https://github.com/next-dev-team/umijs-next-dashboard-boilerplate
- Owner: next-dev-team
- Archived: true
- Created: 2021-08-05T06:55:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T09:10:27.000Z (almost 4 years ago)
- Last Synced: 2025-03-21T22:22:06.322Z (7 months ago)
- Topics: admin-dashboard, ant-design, antd, antd-design-pro, react, typescript, umijs
- Language: JavaScript
- Homepage: https://umijs-next-dashboard-boilerplate.netlify.app/user/login
- Size: 320 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Online Demo
Demo linke [here](https://umijs-next-dashboard-boilerplate.netlify.app)
username: admin
pass: adminNote: Our [API](https://github.com/next-dev-team/nestjs-next-boilerplate) 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.
[](https://gitpod.io/#https://github.com/rimsila/next-dev-boilerplate)
## Local Environment Prepare
Install `node_modules`:
```bash
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
```bash
yarn start
```### Build project
```bash
yarn build
```### Check code style
```bash
yarn lint
```You can also use script to auto fix some lint error:
```bash
yarn lint:fix
```### Test code
```bash
yarn test
```
# Ant Design ProThis project is initialized with [Ant Design Pro](https://pro.ant.design). Follow is the quick guide for how to use.
## More
You can view full document on our [official website](https://pro.ant.design). And welcome any feedback in our [github](https://github.com/ant-design/ant-design-pro).