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.
- 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!
- Run
npm install
to install node dependencies
As easy as npm start
:)
This will start the demo at http://localhost:3000
Please do!