Vite — Native ESM fast build tool
ESLint — JS code linter with airbnb-base config
Prettier — Code formatter. Configured with svelte & eslint support
Stylelint — *CSS linter with standard configuration
Simple-git-hooks — Git hooks manager
commitlint — Configuration-based commit linter with Conventional Commits specification
standard-version — utility for versioning using semver & Conventional Commits spec
It is recommended to use the pnpm manager
pnpx degit yukioru/svelte-ready-template my-app
cd my-app
pnpm i
pnpm dev