client-mock

This commit is contained in:
King Wang
2021-06-29 22:51:49 +08:00
parent 36a702ae9e
commit a0fa1cb858
23 changed files with 736 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
# TSRPC Server
## Run
### Local Dev Server
```
npm run dev
```
### Build
```
npm run build
```
---
## Files
### Generate ServiceProto
```
npm run proto
```
### Generate API templates
```
npm run api
```
### Sync shared code to client
```
npm run sync
```
> If you chose symlink when using `create-tsrpc-app`, it would re-create the symlink instead of copy files.