Skip to content

resend/resend-remix-example

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Aug 15, 2023
Jun 4, 2023
Jun 4, 2023
Jun 4, 2023
Jun 4, 2023
Jun 4, 2023
Jun 4, 2023
Feb 23, 2024
Jun 4, 2023
Jun 4, 2023
Aug 15, 2023
Jun 4, 2023
Mar 5, 2024

Repository files navigation

Resend with Remix

This example shows how to use Resend with Remix.

Instructions

  1. Define environment variables in .env file.

  2. Install dependencies:

npm install
# or
yarn
  1. Run Remix locally:
npm run dev
  1. Open URL in the browser:
http://localhost:3000/send

License

MIT License