- 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