This commit is contained in:
King Wang 2021-06-09 20:29:42 +08:00
parent 2ca525c67d
commit dcfd1f025d

View File

@ -1 +1,19 @@
# tsrpc-examples # TSRPC Examples
Examples for [TSRPC](https://github.com/k8w/tsrpc).
## Usage
Start local backend server:
```
cd <project-dir>/backend
npm install
npm run dev
```
Start local frontend server:
```
cd <project-dir>/frontend
npm install
npm run dev
```