Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 1.4 KB

README.md

File metadata and controls

32 lines (30 loc) · 1.4 KB

axum-rust

  • To excute and run backend server
cargo watch -q -c -w src/ -x run 
  • Open another terminal to test client side
cargo watch -q -c -w tests/ -x "test -q quick_dev -- --nocapture"
  • Note: If you haven't already, make sure to install Cargo Watch.
cargo install cargo-watch