https://github.com/codemonument/trpc10-in-fresh-poc
A poc repo for trying to integrate trpc with fresh inside the deno world!
https://github.com/codemonument/trpc10-in-fresh-poc
Last synced: 8 months ago
JSON representation
A poc repo for trying to integrate trpc with fresh inside the deno world!
- Host: GitHub
- URL: https://github.com/codemonument/trpc10-in-fresh-poc
- Owner: codemonument
- Created: 2022-10-25T22:22:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T20:05:17.000Z (over 3 years ago)
- Last Synced: 2025-04-12T15:12:19.899Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://trpc10-in-fresh.deno.dev/
- Size: 59.6 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# trpc10-in-fresh
See deployment at: trpc10-in-fresh.deno.dev/
Git Repo: https://github.com/codemonument/trpc10-in-fresh-poc
### Usage (Locally)
Start the project:
```
deno task start
```
This will watch the project directory and restart as necessary.
## Useful Links
- Find trpc server adapters here: https://github.com/trpc/trpc/tree/next/packages/server/src/adapters
- The Git Adress of this Repo: https://github.com/jbscratch/trpc10-in-fresh
## Maintainer Links
- Deno Deploy Dashboard. https://dash.deno.com/projects/trpc10-in-fresh
## Repo Log
### 2022-10-26
Create deployment on deno deploy: https://dash.deno.com/projects/trpc10-in-fresh
### 2022-10-26 trpc Integration
https://trpc.io/docs/v10/quickstart
### 2022-10-26 Repo Creation
1. `deno run -A -r https://fresh.deno.dev trpc10-in-fresh`