Twilio_Node_Starter

Instructions:

  1. Clone this repository:
git clone https://github.com/rehman000/Twilio_Node_Starter  
  1. Inside the porject directory run npm install to install node modules from package.json
npm install
  1. Set up Twilio Account, and get SSID, and Auth Token, also verify your phone number while your at it:
  2. Make a '.env' file:
touch .env
  1. Paste Credentials into '.env' file:
  2. Run npm run dev to start the application:
npm run dev

Application