Flask-Svelte-App-Skeleton

Flask Svelte App Skeleton

Skeleton webapp using Python (Flask) and Svelte

Python/Flask web app template with a Svelte frontend

This template has been made by:

Clone into a folder called webapp with the following command:

npx degit JackFallows/Flask-Svelte-App-Skeleton webapp

Then:

Build the client code by running the following in the client folder:

npm run build-debug

Then, using the Flask build profile in VSCode, run app.py

The following command in the client folder is required to validate the TypeScript:

npm run validate

For a version with Playwright component tests support, see the playwright-component-tests branch.

Top categories

Loading Svelte Themes