The applet is bundled using webpack. For this to work:
- Make sure npm is installed.
- Execute
npm install
once.
Now there are two options:
npm run debug
runs the applet on a local webserver http://localhost:8080/.npm run build
creates files in the directory dist that can be copied to a webserver.