This is a SvelteKit template with preinstalled features such as:
FastAPITo install this template, run:
degit noizrom/svelte <project-name>
# then cd into the project directory
cd <project-name>
To get started, run:
# Installing backend dependencies
uv sync
# Installing frontend dependencies (Deno will auto-install on first run)
deno task dev
# Starting the backend server
uv run python -m server.run dev
# Starting the frontend development server
deno task dev
http://localhost:7000. check the api by going to http://localhost:7000/docshttp://localhost:5173deno task build
This will generate a static site in the build directory.
uv run python -m server.run
build/ directory$props(), $state(), etc.@import "tailwindcss" in CSSdeno.json imports map