Created
July 10, 2022 00:00
-
-
Save rileyseaburg/38e324701f4050beacb73213b0f202ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) 2022 Evolving Software Corporation | |
# | |
# This software is released under the MIT License. | |
# https://opensource.org/licenses/MIT | |
#!/bin/sh | |
sudo apt-get install lld clang | |
cargo install cargo-watch | |
RUST_BACKTRACE=1 RUST_LOG=actix_web=debug cargo watch -x check -x test -x clippy -x fmt -x run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is similar to an npm script to run your rust server.