@moveo-ai/web-widget
Version:
Client side library to load the moveo chat widget and connect it with your agent
42 lines (26 loc) • 790 B
Markdown
## Web Widget 
<blockquote>Moveo web widget integration</blockquote>

## ⭐️ Features
- Webpack 5
- Babel 7
- UMD exports
- Jest unit testing
## 📦 Getting Started
Clone the repo
```
git clone git@github.com:moveo-ai/web-widget.git
```
Install the dependencies
```
npm install
```
Run the application locally
```
npm start
```
A browser tab will open and changes to the code will refresh the tab.
If your browser doen't open a tab automatically, you can manually go to: http://localhost:5000/
## 🚀 Deployment
1. Automatic Releases thanks to Semantic Release.
> **Note:** In this minimal version, any images and css files you import will be added to the js bundle.