npx degit https://github.com/apiplaybook/svelte-boilerplate.git my-project-folderOR for SSH
npx degit git@github.com:apiplaybook/svelte-boilerplate.git my-project-folderComes with TypeScript enabled (you can import .ts modules on .svelte, and vice-versa)
If using VS Code, be sure to use Svelte for VS Code extension