https://github.com/guodonglw/ts-service
ts构建的服务
https://github.com/guodonglw/ts-service
koa node typescript
Last synced: 2 months 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 (over 3 years ago)
- Last Synced: 2025-01-21T17:35:29.288Z (4 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
```