To be able to build and run the project, you must have a recent version of NodeJS and NPM installed on your system.
Clone or download the project
$ git clone git@gitlab.com:Woodbox/central-box/webview.git
$ cd webview/Install the project dependencies
$ npm installStart the project
$ npm run startBuild the project
$ npm run bundleThe application is then available in the dist/ folder.