Skip to content

Evertvdw/creating-a-embeddable-chat-widget

Repository files navigation

Creating a embeddable chat widget

In this repository you will find the code for an embeddable chat widget which I will create step by step in articles posted on dev.to.

Getting started

This is a monorepo, you can install all the dependencies for the three packages in this by running inside the project root folder:

yarn

Starting the different projects

yarn run server
yarn run portal
yarn run widget

Lint all the files

yarn lint

Format all the files

yarn format

Building the projects for production

yarn run server:build
yarn run portal:build
yarn run widget:build

After build there will be a dist folder in the root with all the build projects.