Skip to content

Files

Latest commit

e8b12f5 · May 30, 2024

History

History

demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 5, 2023
Feb 10, 2024
Feb 13, 2024
Feb 27, 2024
Dec 5, 2023
Apr 19, 2024
May 30, 2024
May 2, 2024
Feb 11, 2024
Feb 14, 2024
May 30, 2024
May 30, 2024

FastUI Demo

This a simple demo app for FastUI, it's deployed at fastui-demo.onrender.com.

Running

To run the demo app, execute the following commands from the FastUI repo root

# create a virtual env
python3.11 -m venv env311
# activate the env
. env311/bin/activate
# install deps
make install
# run the demo server
make dev

Then navigate to http://localhost:8000

If you want to run the dev version of the React frontend, run

npm install
npm run dev

This will run at http://localhost:3000, and connect to the backend running at localhost:3000.