Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 948 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 948 Bytes

Svelte Starter

Uses routify starter template with branch 2.0-simplified

Get started

npm scripts

Syntax Description
dev Development (port 5000)
dev:nollup Development with crazy fast rebuilds (port 5000)
dev-dynamic Development with dynamic imports
build Build a bundled app with SSR + prerendering and dynamic imports
serve Run after a build to preview. Serves SPA on 5000 and SSR on 5005
export Create static pages from content in dist folder (used by npm run build)