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

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!

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`