Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T12:34:39.000Z (6 months ago)
- Last Synced: 2024-05-19T18:23:38.217Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 370 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
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