https://github.com/resend/react-email-turborepo-pnpm-example
This example shows how to use react.email with Turborepo + pnpm
https://github.com/resend/react-email-turborepo-pnpm-example
Last synced: over 1 year ago
JSON representation
This example shows how to use react.email with Turborepo + pnpm
- Host: GitHub
- URL: https://github.com/resend/react-email-turborepo-pnpm-example
- Owner: resend
- Created: 2023-11-23T12:42:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T21:32:46.000Z (over 1 year ago)
- Last Synced: 2025-04-13T05:45:48.892Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 496 KB
- Stars: 27
- Watchers: 1
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Email + Turborepo + pnpm
This example shows how to use React Email with [Turborepo](https://turbo.build) + [pnpm](https://pnpm.io/pt/).
### Structure
This monorepo includes the following apps:
- `apps/web`: a [Next.js](https://nextjs.org) app
- `packages/transactional`: a package with [react.email](https://react.email) email templates
## Instructions
1. Install dependencies:
```sh
pnpm install
```
2. Run locally:
```sh
pnpm dev
```
3. Open URL in the browser:
* http://localhost:3000
* http://localhost:3001
## License
MIT License