Skip to content

Commit

Permalink
note about nightly in cargo-leptos section
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj authored Jan 5, 2024
1 parent 0d9c4cc commit 1aba8e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ssr/21_cargo_leptos.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ Now `cd` into the directory you’ve created and run
cargo leptos watch
```

> **Note**: Remember that Leptos has a `nightly` feature, which each of these starters use. If you're using the stable Rust compiler,
> that’s fine; just remove the `nightly` feature from each of the Leptos dependencies in your new `Cargo.toml` and you should be all set.
Once your app has compiled you can open up your browser to [`http://localhost:3000`](http://localhost:3000) to see it.

`cargo-leptos` has lots of additional features and built in tools. You can learn more [in its `README`](https://github.com/leptos-rs/cargo-leptos/blob/main/README.md).
Expand Down

0 comments on commit 1aba8e5

Please sign in to comment.