SimpleWebApp Svelte Themes

Simplewebapp

fast api + svelte

SimpleWebApp

fast api + svelte

Fast API:

  1. create python venv
  2. install fastapi
    pip install fastapi
    pip install "uvicorn[standard]"
    
  3. start with uvicorn backend.__main__:app --reload

Poetry can also be used!

Svelte

  1. Install node.js (with npm!)
  2. npm create vite@latest
  3. move everything from ./vite-project to ./
  4. npm install
  5. start with npm run dev

Top categories

Loading Svelte Themes