Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

edm00se/svelte3-parcel-starter

Repository files navigation

svelte3-parcel-starter

A starter for svelte3 bundled with parcel and tested via jest.

UPDATE: Archival of Repo

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.

NPM Test Status GitHub Pages Deploy Status

Includes

  • 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

Installation

  • git clone https://github.com/edm00se/svelte3-parcel-starter.git
  • cd svelte3-parcel-starter
  • npm install

Usage

  • npm run dev - parcel's development server
  • npm run build - production build, builds to dist/
  • npm test - runs jest

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

License

MIT