Watch it on Youtube: https://youtu.be/xYuW_XDvYyQ
- React: Components, Props, Events, Hooks, Axios
- Node & Express: Web API, Body Parser
$ git clone git@github.com:basir/react-node-send-email.git
$ cd react-node-send-email
- duplicate .env.example in backend folder and rename it to .env
- create account on mailgun.con
- enter domain and api key in the .env fole
$ cd backend
$ npm install
$ npm start
# open new terminal
$ npm install
$ npm start
- Open http://localhost:3000
- Enter email, subject and message and click send email
- Check your inbox
- Contact Instructor: Basir