Stupidly simple static web app server, written in Rust.
sudo curl --proto '=https' --tlsv1.2 -sSfL -o /usr/local/bin/koala https://github.com/Eraz1997/koala/releases/download/<latest-version>/koala-amd64 # or koala-arm64
sudo chmod +x /usr/local/bin/koala-
Install with Cargo
cargo install --git https://github.com/Eraz1997/koala
Just run koala --static-files-path <your-file-path>, it will work. See koala --help to see available settings.
cargo run --static-files-path <example-file-path>The backend service is available at http://localhost:5000/<path>.
cargo fmt
cargo clippy -- --deny warnings