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

https://github.com/guodonglw/ts-service

ts构建的服务
https://github.com/guodonglw/ts-service

koa node typescript

Last synced: 2 months ago
JSON representation

ts构建的服务

Awesome Lists containing this project

README

        

# ts-service

该项目为ts搭建的node服务,采用了koa + ts + class的写法。

# 项目启动
```
npm install

npm install -g ts-node

ts-node index.ts
```