cocos-creator-multiplayer/README.md

19 lines
253 B
Markdown
Raw Normal View History

2021-06-09 12:29:42 +00:00
# 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
```