Svelte starter template/boilerplate using a modern build process - Vite as the default bundler or Webpack 5 if needed/preferred, PostCSS, PurgeCSS, code splitting, lazy loading, simple, vanilla SPA router in TypeScript, unit testing, integration testing.
yarn install
yarn dev
Execute the helper script.
node scripts/useDefaultSvelteTemplate.js
Production build assets are stored in dist
. Static assets can be deployed to any server that supports it. Easy to deploy to any static host provider.
Google App Engine example configuration stored in app.yaml
and demo deployed to vercel.
Can start with the list of items in the TODO section.