Go to file
2021-06-09 20:29:42 +08:00
.gitignore ignore ds_store 2021-06-09 20:26:48 +08:00
LICENSE LICENSE 2021-06-09 20:28:05 +08:00
README.md README 2021-06-09 20:29:42 +08:00

TSRPC Examples

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