sjelfull / react-email-turborepo-pnpm-example

This example shows how to use react.email with Turborepo + pnpm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Email + Turborepo + pnpm

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

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:
pnpm install
  1. Run locally:
pnpm dev
  1. Open URL in the browser:

License

MIT License

About

This example shows how to use react.email with Turborepo + pnpm


Languages

Language:TypeScript 88.6%Language:JavaScript 11.4%