TSRPC Server
Usage
Local dev server
Dev server would restart automatically when code changed.
npm run dev
Run unit Test
Execute npm run dev
first, then execute:
npm run test
Build
npm run build
Additional Scripts
Generate API document
Generate API document in swagger/openapi and markdown format.
npm run doc
Generate ServiceProto
npm run proto
Generate API templates
npm run api
Manually sync shared code
npm run sync
Description
Languages
TypeScript
78.4%
Vue
15.7%
CSS
3.1%
Dockerfile
1.9%
HTML
0.7%
Other
0.2%