Skip to content

sudhy8/resend-nextjs-pages-router-example

 
 

Repository files navigation

Resend with Next.js (Pages Router)

This example shows how to use Resend with Next.js.

Instructions

  1. Define environment variables in .env file.

  2. Install dependencies:

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

License

MIT License

About

This example shows how to use Resend with Next.js (Pages Router)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.7%
  • JavaScript 15.3%