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