Created
October 1, 2023 09:20
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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