Compiles app in /public
folder
yarn install
yarn build
Starts the test page on localhost:8080
yarn install
yarn start
Starts the test page on localhost:8080
and auto-compile changed files.
yarn install
yarn watch
yarn start
You need to provider bpatternDomain
URL parameter to provide domain of your instance (tenant URL).
You can switch between view with Communicator app
and without by adding the standalone
URL search query.
In order to disable new interaction popup from Agent Helper application, you need to add no-popup
to the URL string.
http://localhost:8080?bpatternDomain=example.brightpattern.com
http://localhost:8080?bpatternDomain=example.brightpattern.com&standalone=true
http://localhost:8080?bpatternDomain=example.brightpattern.com&no-popup=true
http://localhost:8080?bpatternDomain=example.brightpattern.com&standalone=true&no-popup=true