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.
- parcel dev server and builds
- svelte 3
- ecmascript (es6+), transpiled by babel 7.9.0+
- sass/scss support, both global import in js and in svelte component style blocks, via parcel, sass, and svelte-preprocess
- jest unit testing
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 todist/
npm test
- runs jest
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT