Contact form build with Bootstrap and NodeJS
- Install the dependencies and start the server.
$ git clone https://github.com/rezkyfm/nodejs-contact-form.git
$ cd nodejs-contact-form
$ npm install
$ npm run start (for index page)
$ npm test (For Selinium Testing)
$ npm run unit (For Unit Testing)
- Open in browser
http://localhost:8080