Ecosyste.ms: Awesome
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: 19 days ago
JSON representation
ts构建的服务
- Host: GitHub
- URL: https://github.com/guodonglw/ts-service
- Owner: guodonglw
- Created: 2021-09-26T10:27:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T06:24:45.000Z (about 3 years ago)
- Last Synced: 2024-11-20T23:03:37.292Z (3 months ago)
- Topics: koa, node, typescript
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-service
该项目为ts搭建的node服务,采用了koa + ts + class的写法。
# 项目启动
```
npm installnpm install -g ts-node
ts-node index.ts
```