Email Form | With Vanilla Express JS

Express.js back-end demo of relaying email requests from an HTML form submission, with alert feedback.

Set-Up

To run the demo app, just enter these commands into your terminal:

npm i
node server.js
open index.html

Acknowledgements

Feel free to recycle this code for personal-use.