Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hacke2/sm-koa
sm koa demo
https://github.com/hacke2/sm-koa
Last synced: 9 days ago
JSON representation
sm koa demo
- Host: GitHub
- URL: https://github.com/hacke2/sm-koa
- Owner: hacke2
- Created: 2014-12-06T15:02:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-08T08:11:45.000Z (almost 10 years ago)
- Last Synced: 2024-10-12T04:14:14.982Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sm koa
---------------------------------------------------## 目录结构
├── data |模拟数据
├── includes |一些公共的页面
├── layout |一些布局页面
├── routers |路由
├── views | ejs视图
└── static |静态资源
├── js
└── css## 安装
```shell
npm install
```## 运行
```shell
grunt
```