Skip to content

Instantly share code, notes, and snippets.

@rishavk1102
Created October 1, 2023 09:20
Show Gist options
  • Save rishavk1102/1542f4ee4596a63a9ebc3b68f0b91ab8 to your computer and use it in GitHub Desktop.
Save rishavk1102/1542f4ee4596a63a9ebc3b68f0b91ab8 to your computer and use it in GitHub Desktop.
Commands to run to create a project compatible with sending emails from NodeJS using SendGrid
mkdir [project_name]
cd [project_name]
npm init -y
touch index.js
npm i express @sendgrid/mail
npm i nodemon –save-dev
code .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment