Go to file
2022-04-02 14:15:29 +08:00
examples upload allow json 2022-02-26 15:33:45 +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 readme 2022-04-02 14:15:29 +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