Skip to content

uhst-examples-run/chat

Repository files navigation

UHST React Chat

This demo application is based on the React Chat Interface: https://github.com/kevinthompson/react-chat-interface.git

Setting Up The Application

Clone the repository:

git clone 

Install application dependencies:

npm install

Start the React application build process:

npm start