w7a9q
w7a9q3w 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
Grimmjowx93w ago
It would translate to deno run -A npm:create-svelte@latest
w7a9q
w7a9qOP3w ago
I think that doesn't use the Svelte CLI. deno run -A npm:sv create myapp did the trick.