Skip to content

Commit

Permalink
Update cargo-leptos new project links (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
grayzcale authored Dec 6, 2024
1 parent 9f70015 commit 55a5f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ssr/21_cargo_leptos.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ And then to create a new project, you can run either

```bash
# for an Actix template
cargo leptos new --git leptos-rs/start
cargo leptos new --git https://github.com/leptos-rs/start-actix
```

or

```bash
# for an Axum template
cargo leptos new --git leptos-rs/start-axum
cargo leptos new --git https://github.com/leptos-rs/start-axum
```

Make sure you've added the wasm32-unknown-unknown target so that Rust can compile your code to WebAssembly to run in the browser.
Expand Down

0 comments on commit 55a5f0d

Please sign in to comment.