Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 618 Bytes

File metadata and controls

33 lines (20 loc) · 618 Bytes

React Email + Turborepo + npm workspaces

This example shows how to use React Email with Turborepo + npm workspaces.

Structure

This monorepo includes the following apps:

  • apps/web: a Next.js app
  • packages/transactional: a package with react.email email templates

Instructions

  1. Install dependencies:
npm install
  1. Run locally:
npm run dev
  1. Open URL in the browser:

License

MIT License