Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 359 Bytes

readme.md

File metadata and controls

20 lines (11 loc) · 359 Bytes

Svelte seed

A ready to go, live-reloading seed project for svelte.

How to run

npm install && npm run watch

Developing

Edit the component.html file and run npm run watch

Building for production

Run:

npm run build

and your built asset will exist in /dist/bundle-<version>.min.js a packaged version will exist in /dist/package.zip