A community guide to the Rust ecosystem
- Run
cargo runthen open http://localhost:3333 in your browser - The port can be overriden using the
PORTenvironment variable - If you want to automatically recompile and re-run on save you can install cargo-watch (
cargo install cargo-watch) then and usecargo watch -x runinstead ofcargo run.