This example shows how to use React Email with Turborepo + bun.
This monorepo includes the following apps:
apps/web
: a Next.js apppackages/transactional
: a package with react.email email templates
- Install dependencies:
bun install
- Run locally:
bun dev
- Open URL in the browser:
MIT License