/starchat-demo

A frontend demo to *starchat

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

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!