Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k8w/tsrpc-examples


https://github.com/k8w/tsrpc-examples

Last synced: 6 days ago
JSON representation

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
```