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: 17 days ago
JSON representation
tRPC + Bun
- Host: GitHub
- URL: https://github.com/sachinraja/trpc-bun
- Owner: sachinraja
- License: mit
- Created: 2022-07-06T02:18:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T03:53:36.000Z (about 2 years ago)
- Last Synced: 2024-12-17T10:41:45.624Z (20 days ago)
- Language: TypeScript
- Size: 48.8 KB
- Stars: 64
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bun - tRPC + Bun - Example React application running on Bun with tRPC (Experiments with Bun)
- awesome-bun - tRPC + Bun
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).