contact-us-form
contact-us-form copied to clipboard
Enquiry form for sending email using React and Nodejs
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