In the folder we want to clone the template you need to run this command, replacing the #branch with the desired one you want to use. For example, to get the ionic
branch you would do:
pnpx degit MrAmericanMike/svelte-template#ionic
pnpm install
pnpm run dev
Installed on VSCode:
{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.formatOnSave": true,
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
}
}
}
- It presets most of the linting options I like
- It provides a base to work with Svelte under different scenarios