This is a template for cargo-generate.
Use with cargo generate prabirshrestha/salvo-template
.
My web project.
cargo build
or
cargo xtask build
cargo run
cargo watch -x run
or
cargo xtask dev
To override the default host and port, use the --host
and --port
flags:
cargo xtask dev --host 127.0.0.1 --port 8080
Navigate to http://localhost:8000/api-doc to view the interactive API documentation.