- ReactJS 16
- Redux 4
- TypesScript 3
First clone the repository:
$ git clone [email protected]:omilia/omilia-sample-sdk.git
$ cd omilia-sample-sdk
In order to run the webchat you need to add some valid keys in place of API_URL
(i.e. wss://www.example.com/simple-proxy/dialogs) and API_KEY
in index.html:34
.
If you do so you can simply run a node server locally with:
$ npx serve
Now, simply Open http://localhost:5000
in your browser 😉