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.
scripts folder could be used for this purpose: > python scripts/server.py 5500
> 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.