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.git
cd svelte3-parcel-starter
npm install
npm run dev
- parcel's development servernpm run build
- production build, builds to dist/
npm test
- runs jestgit checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT