Skip to content

resend/resend-express-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resend with Express

This example shows how to use Resend with Express.

Prerequisites

To get the most out of this guide, you’ll need to:

Instructions

  1. Define environment variables in .env file.

  2. Install dependencies:

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

License

MIT License