Go to file
Wetiontop c6a27d6290 Squashed commit of the following:
commit ed409795d9
Author: k8w <me@k8w.io>
Date:   Tue Dec 14 23:22:13 2021 +0800

    wechat

commit 78a481489d
Author: k8w <me@k8w.io>
Date:   Tue Dec 14 23:22:07 2021 +0800

    wechat

commit 5e7a5782ab
Author: k8w <me@k8w.io>
Date:   Tue Dec 14 23:20:38 2021 +0800

    update wechat code
2021-12-20 18:51:51 +08:00
examples Squashed commit of the following: 2021-12-20 18:51:51 +08:00
scripts examples to new tsrpc-cli 2021-10-07 15:30:02 +08:00
.gitignore the-first-api 2021-06-09 20:58:13 +08:00
LICENSE LICENSE 2021-06-09 20:28:05 +08:00
README.md first-api & file-upload 2021-06-09 22:38:55 +08:00

TSRPC Examples

Examples for 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