diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..e38fab3 --- /dev/null +++ b/Readme.md @@ -0,0 +1,6 @@ +This repo serves as source code for [this article](https://medium.com/@binhchung48/create-a-contact-form-with-nodemailer-react-js-and-express-js-7757d41e2448) + +Make sure to install dependencies in the front-end and back-end directory after cloning/downloading +``` +npm i +```