Small SvelteKit + TypeScript project created with pnpm for learning core Svelte concepts.
pnpm install
pnpm dev
Then open the local URL shown in the terminal.
/ overview and React/Angular to Svelte concept map/counter local state ($state) and derived values ($derived)/todos form binding (bind:value, bind:checked) and keyed list updatespnpm dev
pnpm check
pnpm build
pnpm preview
Theme files use this shape:
{
"version": 1,
"name": "custom",
"custom": {
"...": "#RRGGBB"
}
}
pnpm dlx sv create . --template minimal --types ts --no-add-ons --install pnpm