Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 617 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 617 Bytes

Welcome!

This is a client demo of StarChat, a scalable conversational engine for B2B applications.

The demo client is a react application and was created with Create React App.

installation

  1. Have StarChat up and running on port 8888. If you don't know how to launch StarChat, please go to the official StarChat Repository for instructions!
  2. Run npm install to install node dependencies

Running

As easy as npm start :)

This will start the demo at http://localhost:3000

Contribution

Please do!