azezsan / resend-svelte-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resend with Example

This example shows how to use Resend with Sveltekit.

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. Execute the following command:
npm run dev
  1. Open URL in the browser:
http://localhost:5173/api/send

License

MIT License

About

License:MIT License


Languages

Language:TypeScript 40.2%Language:JavaScript 35.7%Language:HTML 17.6%Language:Svelte 6.5%