This template includes:
This is a project template for Svelte apps. It lives at https://github.com/sveltejs/template.
To create a new project based on this template using degit:
Install degit
yarn global add degit
yarn exec degit ramon-sg/svelte-jest-sass svelte-app
cd svelte-app
Note that you will need to have Node.js installed.
Install the dependencies...
cd svelte-app
yarn install
...then start Rollup:
yarn dev
Navigate to localhost:5000.
To create an optimised version of the app:
yarn build