A ready to go, live-reloading seed project for svelte.
Uses parceljs for bundling.
Just edit the files in src/components to get started.
Make yourself a fresh, gitless copy!
npx degit antony/svelte-seednpm installnpm run devEdit the component.html
Run:
npm run buildand your built asset will exist in /dist/<hash>.js.
The seed has no built-in functionality for deployment, but recommends installing now:
npm i -g nowand using their zero config deployments to get started!
now