Create a shiny for Python app. You can create both a site or full app based on FastAPI.
In these lines we:
- Install
shiny&shinylive - Create a Hello world app
- Run the app based on the
FastAPI - Create as a static website with
WebAssembly
pip install shiny
pip install shinylive
shiny create .
shiny run
shinylive export . docs
Note: We output the website to docs to host on a Github Page
