Skip to content

grmkris/bun-trpc-react-hono-elysia

Repository files navigation

bun-trpc-react

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

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v0.6.0. Bun is a fast all-in-one JavaScript runtime.

About

monorepo boilerplate project using bun and react and vite and trpc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published