Simple chat display for evaluating Chatchamp requirements
Use the app.js
snippet in the the dist folder to embed the chat bubble on a web page
<script src="./js/app.js"></script>
Run window.chatchampBubble.showMessage(“This is a test.”)
in console.
A sample page (index.html
) with app.js embedded is also given within the dist folder.
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint