A bun monorepo boilerplate project for using bun with trpc and React.
This project includes:
- monorepo:
- bun
- prettier
- apps/frontend
- vite
- tailwind
- react
- Backend:
I couldn't decide between using elysia or hono for the backend, so I included both as seperated apps. There is also package that makes combined router out of both services for seamless usage on frontend
- apps/backend-elysia
- elysia
- trpc
- zod
- apps/backend-hono
- hono
- trpc
- zod
- apps/backend-elysia
To install dependencies:
bun installTo run:
bun run index.tsThis project was created using bun init in bun v0.6.0. Bun is a fast all-in-one JavaScript runtime.