https://github.com/resend/resend-remix-example
This example shows how to use Resend with Remix
https://github.com/resend/resend-remix-example
Last synced: 8 months ago
JSON representation
This example shows how to use Resend with Remix
- Host: GitHub
- URL: https://github.com/resend/resend-remix-example
- Owner: resend
- License: mit
- Created: 2023-06-04T18:14:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T14:47:18.000Z (about 1 year ago)
- Last Synced: 2025-04-13T05:45:54.524Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 403 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend with Remix
This example shows how to use Resend with [Remix](https://remix.run).
## Instructions
1. Define environment variables in `.env` file.
2. Install dependencies:
```sh
npm install
# or
yarn
```
3. Run Remix locally:
```sh
npm run dev
```
4. Open URL in the browser:
```
http://localhost:3000/send
```
## License
MIT License