This is the repository for the Hyperflask Getting Started guide
Without dev containers:
- Install Python (>=3.10), uv and nodejs (>=22)
- Run
npm install
- Launch app using
uv run hyperflask dev
Using VS Code with the Dev Containers extension
- Open your project folder in vscode
- Use the Dev Containers: Reopen in Container command from the Command Palette
- Launch your app using F5
More information in the setup guide.