Skip to content

Commit 0b65afb

Browse files
committed
Update templates.md
1 parent f4a1e48 commit 0b65afb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/guides/templates.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,16 @@ npx create-remix@latest --template remix-run/remix/templates/express
3434
npx create-remix@latest --template remix-run/remix/templates/remix
3535
npx create-remix@latest --template remix-run/remix/templates/remix-javascript
3636
37+
## Deno
38+
deno -A npm:create-remix@latest --template remix-run/remix/templates/deno
39+
3740
## SPA Mode
3841
npx create-remix@latest --template remix-run/remix/templates/spa
3942
4043
## Classic Remix Compiler
4144
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/arc
4245
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/cloudflare-pages
4346
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/cloudflare-workers
44-
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/deno
4547
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/express
4648
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/fly
4749
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/remix

0 commit comments

Comments
 (0)