The uce-template version of this well known demo.
npm install
npm run debug
npm run build
npm run serve
If you are using VS Code, you can Ctrl+Shift+p, type settings JSON, choose Open Settings (JSON), and add the following to such file in order to highlight .uce files as HTML:
{
"other-settings": "...",
"files.associations": {
"*.uce": "html"
}
}