Ecosyste.ms: Awesome

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

https://github.com/sachinraja/trpc-bun

tRPC + Bun
https://github.com/sachinraja/trpc-bun

Last synced: about 1 month ago
JSON representation

tRPC + Bun

Lists

README

        

# [tRPC](https://trpc.io/) + [Bun](https://bun.sh/)

```sh
git clone https://github.com/sachinraja/trpc-bun
cd trpc-bun
bun install
bun dx
```

The `bun dx` command will start the development server and open the app in your browser. Changes to the router are automatically reloaded using [`bun-livereload`](https://github.com/Jarred-Sumner/bun-livereload).