This is meant to be run as a CodeComponent inside a Webcms article on dr.dk.
Run a live (and hot) reloading dev server with
$ npm start
Build for distribution using
$ npm run build
Then move it to the network folder Z:
or whatever it's called. And reference it in a code component using
<script src='http://dr.dk/wherever/you/put/it'></script>