Sample application on building a chat app using Twilio. See this blog post for more details: https://www.twilio.com/blog/2017/11/build-simple-web-chat-apps-javascript-nodejs-twilio.html
- run
npm install
- Open the file
/src/credentials.example.json
and replace add your credentials from your Twilio account. - Rename the file to
credentials.json
. - start the app with
npm start
. - Open the web app on the browser.