fast api + svelte
pip install fastapi pip install "uvicorn[standard]"
uvicorn backend.__main__:app --reload
Poetry can also be used!
npm create vite@latest
./vite-project
./
npm install
npm run dev