npm init -y

echo > server.js

npm install express nodemailer nodemailer-mailgun-transport -S

sudo npm install -g nodemon .