Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

sm koa
---------------------------------------------------

## 目录结构

├── data |模拟数据
├── includes |一些公共的页面
├── layout |一些布局页面
├── routers |路由
├── views | ejs视图
└── static |静态资源
├── js
└── css

## 安装

```shell
npm install
```

## 运行

```shell
grunt
```