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

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

Awesome Lists containing this project

README

          

## Online Demo

Demo linke [here](https://umijs-next-dashboard-boilerplate.netlify.app)

username: admin

pass: admin

Note: 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.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](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 Pro

This 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).