https://github.com/resend/react-email-react-intl-example
This example shows how to use React Email with React Intl
https://github.com/resend/react-email-react-intl-example
Last synced: 5 months ago
JSON representation
This example shows how to use React Email with React Intl
- Host: GitHub
- URL: https://github.com/resend/react-email-react-intl-example
- Owner: resend
- License: mit
- Created: 2025-11-19T19:15:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-19T12:05:05.000Z (5 months ago)
- Last Synced: 2026-01-19T18:43:49.084Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# React Email with React Intl
This example shows how to use React Email with [React Intl](https://formatjs.github.io/docs/react-intl).
## 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