Svelte project preconfigured with:
*1: To keep the installation speedy Vitest, Playwright and Storybook are disabled by default.
npx degit "github.com/bfanger/svelte-project-template#main" my-svelte-project
cd my-svelte-project
git init && git add .
pnpm install # or npm install
pnpm dev --open # or npm run dev -- --open
node ./enable-testing.js
pnpm install # or npm install
pnpm lint # or npm run lint
pnpm build # or npm run build
npx serve@latest build # or npm run preview