Skip to content

Contact OTP App

Tapan Sharma edited this page Oct 15, 2016 · 2 revisions

Welcome to the contact-app wiki!

Contact OTP App.

This web application can send a text message like OTP, etc. (via SMS) to a list of contacts, one at a time.

Setting up App on your machine.

After cloning repository, follow the following steps:

  1. If node.js is not installed on your system, install Node.js with npm. Install Node .
  2. After installation is completed, run npm install in the home directory of project from terminal/command prompt. This will allow all dependencies from package.json to be installed locally.
  3. Start the application with npm run start.
  4. Hit localhost:3000 on your machine & voila! you are all set up.
Clone this wiki locally