Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 369 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 369 Bytes

svelte-minimal

A minimal template to get you started with Svelte. It supports hash-based routing (thanks to svelte-spa-router) and doesn't require any server-side processing.

How to use it

npx degit vrde/svelte-minimal myapp
npm install
npm start

How to make a production build

npm run build