Template to create a SvelteKit app (with Jest)
To create a new project based on this template using degit:
npx degit el3um4s/memento-sveltekit-jest svelte-app
cd svelte-app
Then install the dependencies with
npm install
Note that you will need to have Node.js installed.
For development purpose:
npm run dev
: auto reload the web page when you change Svelte filesnpm run test
: test the Svelte componentsnpm run test:watch
: auto test when you change Svelte files