Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yukrain/koa-antd-admin
- Owner: yukrain
- Created: 2016-04-27T07:40:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T02:22:02.000Z (over 8 years ago)
- Last Synced: 2024-04-10T00:35:29.757Z (8 months ago)
- Language: JavaScript
- Size: 1.24 MB
- Stars: 65
- Watchers: 6
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ant-design - Koa - Example app to build Admin UI built with React, Ant Design and Koa. (Boilerplates / Themes)
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.