Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vonojs/vono-trpc-tanstackrouter
Boilerplate for Vono, Tanstack Router and tRPC
https://github.com/vonojs/vono-trpc-tanstackrouter
Last synced: 2 months ago
JSON representation
Boilerplate for Vono, Tanstack Router and tRPC
- Host: GitHub
- URL: https://github.com/vonojs/vono-trpc-tanstackrouter
- Owner: vonojs
- Created: 2024-01-28T22:30:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-07T22:52:54.000Z (9 months ago)
- Last Synced: 2024-05-16T01:37:22.721Z (6 months ago)
- Language: TypeScript
- Size: 65.4 KB
- Stars: 8
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Template repository for using vono, tRPC and Tanstack Router
To get started, run
`pnpm i`
and
`pnpm dev`.### Documentation Links
- [tRPC](https://trpc.io/docs)
- [Tanstack Query](https://tanstack.com/query/latest/docs/framework/react/overview)
- [Tanstack Router](https://tanstack.com/router/latest/docs/framework/react/overview)
- [Hono](https://hono.dev/top)
- [Vite](https://vitejs.dev/guide/)