Go to file
2021-06-29 23:02:35 +08:00
examples client-mock 2021-06-29 23:02:35 +08:00
scripts update deps 2021-06-18 21:26:00 +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