Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yukrain/koa-antd-admin

使用Koa+Antd+React搭建的后台Demo
https://github.com/yukrain/koa-antd-admin

Last synced: 24 days ago
JSON representation

使用Koa+Antd+React搭建的后台Demo

Awesome Lists containing this project

README

        

# Koa.Antd.Admin

### Getting Started
```
$ git clone https://github.com/yukrain/koa-antd-admin
$ cd koa-antd-admin
$ mkdir log
$ npm install
$ npm run webpack-dev
$ npm start
```

### Default User
```
User: admin
Password: 123456
```

Open `http://localhost:3000` in your browser.