# Koa 中的使用示例

1`.` `git clone https://github.com/yvanwangl/iwinter.git`

2`.` `npm install`

3`.` `cd examples/koa-example`

4`.` `npm install & npm run start`

5`.` 访问路径 `http://localhost:8000/api/posts/xiaoming/50?name=uu&age=22 | http://localhost:8000/api/posts/xiaoming/5?name=uu&age=22` 查看效果
