Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 453 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 453 Bytes

koa2-template-lite

基于 koa2 + typescript 的简单服务器模板,快速搭建 mock server

http 服务

yarn
yarn dev # 热更模式
# yarn start

接口调试

浏览器调试或者 postman

websocket 服务

yarn
yarn dev:ws
# yarn start:ws

接口调试

调试网站: http://www.websocket-test.com/

其他

用于个人调试接口、服务端学习,Your comments and suggestions are welcome ~