https://github.com/k8w/tsrpc-examples
https://github.com/k8w/tsrpc-examples
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/k8w/tsrpc-examples
- Owner: k8w
- License: mit
- Created: 2021-05-23T09:15:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T09:05:49.000Z (over 2 years ago)
- Last Synced: 2025-03-30T09:09:06.489Z (3 months ago)
- Language: JavaScript
- Size: 15.7 MB
- Stars: 285
- Watchers: 5
- Forks: 108
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TSRPC Examples
Examples for [TSRPC](https://github.com/k8w/tsrpc).
## Usage
Start local backend server:
```
cd /backend
npm install
npm run dev
```Start local frontend server:
```
cd /frontend
npm install
```