Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 455 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 455 Bytes

How to get this boilerplate

npx degit https://github.com/apiplaybook/svelte-boilerplate.git my-project-folder

OR for SSH

npx degit git@github.com:apiplaybook/svelte-boilerplate.git my-project-folder

Comes 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