Static HTML samples require minimal setup and could be hosted by virtually any HTTP server. These samples wouldn't work when opened via file:/// protocol due to security policies in Browsers.

  1. Navigate to Viewer package folder and start web server from it. The Python script in scripts folder could be used for this purpose:
    > python scripts/server.py 5500
  1. Open compatible browser and enter path taking into account your web server settings to open one of the samples:
    > http://localhost:5500/samples/html/demo

There are presented several html samples in samples/html folder which can be opened using python server, also there are samples for Vue.js and Angular frameworks in samples folder. Samples relying on web development frameworks require extra steps for building - please refer to documentation of specific sample.