https://github.com/resend/react-email-next-intl-example
This example shows how to use React Email with next-intl
https://github.com/resend/react-email-next-intl-example
Last synced: 5 months ago
JSON representation
This example shows how to use React Email with next-intl
- Host: GitHub
- URL: https://github.com/resend/react-email-next-intl-example
- Owner: resend
- License: mit
- Created: 2026-01-14T17:12:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-16T23:07:57.000Z (5 months ago)
- Last Synced: 2026-01-19T18:43:49.148Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# React Email with next-intl
This example shows how to use [React Email](https://react.email/) with [next-intl](https://next-intl.dev/).
## Instructions
1. Install dependencies
```sh
npm install
```
2. Run Preview Server locally:
```sh
npm run dev
```
3. Open URL in the browser:
http://localhost:3000
## License
MIT License