Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 435 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 435 Bytes

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