Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/resend/react-email-turborepo-yarn-example
This example shows how to use react.email with Turborepo + yarn
https://github.com/resend/react-email-turborepo-yarn-example
Last synced: 5 days ago
JSON representation
This example shows how to use react.email with Turborepo + yarn
- Host: GitHub
- URL: https://github.com/resend/react-email-turborepo-yarn-example
- Owner: resend
- Created: 2023-11-24T08:12:21.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T21:30:44.000Z (7 days ago)
- Last Synced: 2024-11-13T22:27:00.422Z (7 days ago)
- Language: TypeScript
- Size: 3.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Email with Turborepo + yarn
This example shows how to use React Email with [Turborepo](https://turbo.build) + [yarn](https://yarnpkg.com).
### 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
yarn
```2. Run locally:
```sh
yarn dev
```3. Open URL in the browser:
* http://localhost:3000
* http://localhost:3001## License
MIT License