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