Extension for running svelte from the explorer menu.
Restart VS Code after installing node and git.
npx degit sveltejs/template .
npm install
npm run dev
npm run dev
npm build
This function also adds a ./
to paths in index.html, enabling the app to run directly from index.html
with out a webserver.