Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

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

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