I want to host a static web sever to host pyscript dashboards.
I have created pyscript .html that I can access on local host.
I have also pipe-cleaned the flow to host a static web server on Azure by following this example:
My goal is to create a page such as PyScript demo
, where I list/host the dashboards.
I wonder whether someone can suggest a few readings/tutorials/user guides.