/react-chat-interface

React Chat Interface

Primary LanguageJavaScript

React Chat Interface

This demo application was created as a supplement to a post on the Twilio blog.

Setting Up The Application

Clone the repository:

git clone https://github.com/kevinthompson/react-chat-interface.git

Install application dependencies:

npm install

Start the token server in one terminal instance:

node server.js

Start the React application build process in another terminal instance:

npm start