Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 374 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 374 Bytes

To run the application, open .env file and add your newly created Gmail account email and password as described in the article and execute the following commands in sequence.

1. npm install
2. npm run start-app

and access the application at http://localhost:3030/

Make sure, not to push .env file to GitHub repository, so add it to your .gitignore file