https://github.com/resend/react-email-turborepo-bun-example
This example shows how to use react.email with Turborepo + Bun
https://github.com/resend/react-email-turborepo-bun-example
Last synced: over 1 year ago
JSON representation
This example shows how to use react.email with Turborepo + Bun
- Host: GitHub
- URL: https://github.com/resend/react-email-turborepo-bun-example
- Owner: resend
- Created: 2023-11-24T08:25:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T20:40:36.000Z (over 1 year ago)
- Last Synced: 2025-04-13T05:45:20.784Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 586 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Email + Turborepo + bun
This example shows how to use React Email with [Turborepo](https://turbo.build) + [bun](https://bun.sh/).
### 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
bun install
```
2. Run locally:
```sh
bun dev
```
3. Open URL in the browser:
* http://localhost:3000
* http://localhost:3001
## License
MIT License