This is a simple example project that shows how to use FastUI with Robyn.
Is it possible?
Well README file at the FastUI repository says so, but we need to try it...
git clone https://github.com/hasansezertasan/fastui-tutorials.git
cd fastui-tutorials
cd examples/robyn-fastui
- Create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activate
pip install -r 'requirements.txt'
python app.py