cocos-creator-multiplayer/README.md
2021-06-09 22:38:55 +08:00

19 lines
253 B
Markdown

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