LiamL
Deno15mo ago
Liam

Deno equivalent for `npm create svelte@latest my-app`

Since
npm create
is an alias for
npm init
I thought I'd just be able to use
deno init svelte@latest my-app
as it claims to be a replacement here: https://youtu.be/d35SlRgVxT8?t=546.
What would the correct way to init a svelte app? I'd like to use a
deno.json
if possible rather than
package.json
.
YouTubeDeno
Read more about Deno 2: https://deno.com/2

00:00 Cold open
02:37 Keynote
03:59 Demo: a program in a single file
08:31 All in one toolchain
09:05 Deno compile demo
10:39 Announcing Deno 2
11:58 Next.js demo
14:18 Node and npm compatibility
17:22 Package management
18:17 deno install demo
19:00 JSR
20:14 Deno standard library
21:18 JSR demo
27:20...
Was this page helpful?