Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 741 Bytes

readme.md

File metadata and controls

43 lines (27 loc) · 741 Bytes

Resend with React Email + Next.js + Vercel

This example shows how to use Resend with React Email + Next.js + Vercel.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

Instructions

  1. Define environment variables in .env file.
cp .env.example .env
  1. Install dependencies:
npm install
# or
pnpm install
  1. Run Next.js locally:
npm run dev
  1. Run React Email locally:
npm run email
  1. Submit form

License

MIT License