An open API service indexing awesome lists of open source software.

https://github.com/michaelbe812/node-express-contact-form


https://github.com/michaelbe812/node-express-contact-form

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Simple Contact Form Example
---

### Technology:
---
* Node.js
* Express
* Nodemailer
* Bootstrap 4 Grid
* Webpack 4.4.1

### How to use
* Clone Repository
* Run ´npm install´
* Run ´npm run dev´ for building website
* Run ´node server.js´ for serving index.html at http://localhost:3000

In server.js you have to replace ´GMAIL_USER´ and ´GMAIL_PASS´ with your gmail username and password.

Do not use your plain password in production mode! Get an API Key!