A starter for svelte3 bundled with parcel and tested via jest.
Parcel 2 is out and will be a major change should this repo continue. If I bother to create a starter/template, I'll update this note here and link to it.
git clone https://github.com/edm00se/svelte3-parcel-starter.gitcd svelte3-parcel-starternpm installnpm run dev - parcel's development servernpm run build - production build, builds to dist/npm test - runs jestgit checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-featureMIT