/fastui_intro_startrek

FastUI Introduction with Starter.

Primary LanguagePythonMIT LicenseMIT

FastUI-Intro w Startrek

TL;DR

Trying to learn FastUI. Delivered as VS Code devcontainer to make getting started as easy possible. As per default the dev container starts the fastUI application on port 28000.

Requirements

  • VS Code with dev container extension

What’s inside

  • FastUI + FastAPI

  • base image is python 3.12

  • basic VSC configuration

  • helper script ./start_server.sh to start the app in reload mode. Enables you to instantly see your changes live. You may change the host port in file .devcontainer/.env if you wish.

Dev Containers tutorial Shows how to install VS Code and dev container extension.

Plan

  1. first impression of what to expect

The application is based on the example code published on the Github FastUI Page

Resources