https://github.com/resend/react-email-react-i18next-example
This example shows how to use React Email with react-i18next
https://github.com/resend/react-email-react-i18next-example
Last synced: 5 months ago
JSON representation
This example shows how to use React Email with react-i18next
- Host: GitHub
- URL: https://github.com/resend/react-email-react-i18next-example
- Owner: resend
- License: mit
- Created: 2025-11-25T17:38:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-12T22:37:02.000Z (5 months ago)
- Last Synced: 2026-01-12T23:50:26.989Z (5 months ago)
- Language: TypeScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# React Email with react-i18next
This example shows how to use [React Email](https://react.email/) with [react-i18next](https://react.i18next.com/).
## 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