This is a simple hello world example built with FastUI.
Used Components:
Heading
git clone https://github.com/hasansezertasan/fastui-tutorials.git
cd fastui-tutorials
cd examples/hello-world
- Create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activate
pip install -r 'requirements.txt'
uvicorn main:app