Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k8w/tsrpc-examples
https://github.com/k8w/tsrpc-examples
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/k8w/tsrpc-examples
- Owner: k8w
- License: mit
- Created: 2021-05-23T09:15:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T09:05:49.000Z (almost 2 years ago)
- Last Synced: 2024-12-24T12:18:46.267Z (13 days ago)
- Language: JavaScript
- Size: 15.7 MB
- Stars: 268
- Watchers: 5
- Forks: 107
- 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
```