This is the javascript our clients can use on their web sites to allow for easy collecting of customer behaviour.
To build the bundle run
$ npm run build
In the dist
folder will be the app and tests bundle together with their source maps.
For development mode run
$ npm start
Acceptance test
$ cd e2e
$ npm run build
$ npm start