Skip to content

Latest commit

 

History

History
33 lines (13 loc) · 683 Bytes

README.md

File metadata and controls

33 lines (13 loc) · 683 Bytes

CRYPTO-AIRDROP TEMPLATE

simplified_airdrop.mp4

⭐️ Star us

If this boilerplate helps you - please star this project, every star makes us very happy!

Quick Start

- create email service and template

📄 Clone or fork crypto_airdrop

run npm install / yarn install

🔎 Navigate to the components folder

🖼️ Provide your serverId and templateID and User_ID in the Mailer.jsx

emailjs.sendForm('YOUR_SERVICE_ID', 'YOUR_TEMPLATE_ID', e.target, 'USER_ID')

run npm start / yarn start