Skip to content

Commit

Permalink
Update templates.md
Browse files Browse the repository at this point in the history
  • Loading branch information
redabacha committed Oct 12, 2024
1 parent f4a1e48 commit 0b65afb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guides/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,16 @@ npx create-remix@latest --template remix-run/remix/templates/express
npx create-remix@latest --template remix-run/remix/templates/remix
npx create-remix@latest --template remix-run/remix/templates/remix-javascript
## Deno
deno -A npm:create-remix@latest --template remix-run/remix/templates/deno
## SPA Mode
npx create-remix@latest --template remix-run/remix/templates/spa
## Classic Remix Compiler
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/arc
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/cloudflare-pages
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/cloudflare-workers
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/deno
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/express
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/fly
npx create-remix@latest --template remix-run/remix/templates/classic-remix-compiler/remix
Expand Down

0 comments on commit 0b65afb

Please sign in to comment.