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

Did you find this page helpful?