Built from edm00se/svelte3-parcel-starterstarter. Rebuilt from the svelte rollup starter, due to (marginal) performance reasons.
git clone https://github.com/edm00se/uses.gitcd usesnpm install
npm run dev- rollup development servernpm run build- production build, can optionally serve its output withnpm startnpm 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