Python backend, SvelteKit frontend, zero boilerplate in between.
Project description
sv
Everything you need to build a Svelte project, powered by sv.
Creating a project
If you're seeing this, you've probably already done this step. Congrats!
# create a new project
npx sv create my-app
To recreate this project with the same configuration:
# recreate this project
npx sv create --template minimal --types ts --add tailwindcss="plugins:typography" prettier --no-install .
Developing
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Building
To create a production version of your app:
npm run build
You can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fluidkit-1.0.3.tar.gz.
File metadata
- Download URL: fluidkit-1.0.3.tar.gz
- Upload date:
- Size: 36.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.30
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfd5b5932dd4634ad1c385a55483807ae5260dda138b9ead9ef1f70e65191c69
|
|
| MD5 |
9f22ada380d3f78ce1684c1ed56a8c3a
|
|
| BLAKE2b-256 |
3923f14343f0bfbe0a525384ddfed56b0b15e01ac80784262aa6879d4fc263e7
|
File details
Details for the file fluidkit-1.0.3-py3-none-any.whl.
File metadata
- Download URL: fluidkit-1.0.3-py3-none-any.whl
- Upload date:
- Size: 44.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.30
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e02464be96430597ec849b576739bce638daefd26396458fbf64095fe62fd3f8
|
|
| MD5 |
022170c22439d159b0fbbb48d7f5f617
|
|
| BLAKE2b-256 |
c61c31b26e036cc33b417fbf75dacf12323d9c7c872dfaf05d64da529580e715
|