Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 479 Bytes

README.nitrous.md

File metadata and controls

14 lines (11 loc) · 479 Bytes

Getting Set Up on Nitrous.IO

Run the following commands in the terminal below:

  1. cd ~/workspace/sendgridjs
  2. Run cp .env-example .env
  3. In the .env file, replace SENDGRID_USERNAME to your Sendgrid Username
  4. In the .env file, replace SENDGRID_PASSWORD to your Sendgrid Password
  5. In the .env file, replace FROM to your email address
  6. Run npm install
  7. Run node app.js

Click on the "Preview Menu" and then "Port 3000" to view your sendgridjs app!