File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 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
3434npx create-remix@latest --template remix-run/remix/templates/remix
3535npx 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
3841npx create-remix@latest --template remix-run/remix/templates/spa
3942
4043## Classic Remix Compiler
4144npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/arc
4245npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/cloudflare-pages
4346npx 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
4547npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/express
4648npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/fly
4749npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/remix
You can’t perform that action at this time.
0 commit comments