This is a project template for Svelte apps using Parcel and Purgecss. It lives at https://github.com/simplebytesdev/sveltemplate.
To create a new project based on this template using degit:
npx degit simplebytesdev/sveltemplate svelte-app
cd svelte-app
Note that you will need to have Node.js installed.
Install the dependencies...
cd svelte-app
npm install
...then run
npm start
To create an optimised version of the app:
npm run build