w7a9q
w7a9q2mo ago

Create SvelteKit project with Deno

Hey, how do I create SvelteKit project with Deno? Docs recommends this command: npx sv create myapp How does a Deno command doing this looks like?
2 Replies
Grimmjowx9
Grimmjowx92mo ago
It would translate to deno run -A npm:create-svelte@latest
w7a9q
w7a9qOP2mo ago
I think that doesn't use the Svelte CLI. deno run -A npm:sv create myapp did the trick.