Vonage-Community / sample-numbers-messages-number-shadowing-app

A simple app to show how number shadowing can work
Apache License 2.0
0 stars 0 forks source link

Number Shadowing Demo

To Run

  1. Create a Vonage application with Voice and Messaging Capabilities
  2. npm install
  3. Copy .env.dist to .env
  4. Fill in .env with your credentials and a number to use as a delivery phone
  5. Run the application in two terminals
    1. npm run dev
    2. nodemon server-src/api.ts
  6. Visit the application at http://localhost:5173