File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,16 @@ npx create-remix@latest --template remix-run/remix/templates/express
34
34
npx create-remix@latest --template remix-run/remix/templates/remix
35
35
npx create-remix@latest --template remix-run/remix/templates/remix-javascript
36
36
37
+ ## Deno
38
+ deno -A npm:create-remix@latest --template remix-run/remix/templates/deno
39
+
37
40
## SPA Mode
38
41
npx create-remix@latest --template remix-run/remix/templates/spa
39
42
40
43
## Classic Remix Compiler
41
44
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/arc
42
45
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/cloudflare-pages
43
46
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
45
47
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/express
46
48
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/fly
47
49
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/remix
You can’t perform that action at this time.
0 commit comments