-
Notifications
You must be signed in to change notification settings - Fork 0
Contact OTP App
Tapan Sharma edited this page Oct 15, 2016
·
2 revisions
Welcome to the contact-app wiki!
This web application can send a text message like OTP, etc. (via SMS) to a list of contacts, one at a time.
After cloning repository, follow the following steps:
- If node.js is not installed on your system, install Node.js with npm. Install Node .
- 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.
- Start the application with
npm run start
. - Hit localhost:3000 on your machine & voila! you are all set up.