Tiny web server for hosting static files.
- Clone the repository.
- Run
cargo install
.
Serve files from the current working directory:
$ serve
Serve files from the target directory:
$ serve /path/to/target
Start the server on a target port:
$ serve --port 8080
Bind the server to the target host:
$ serve --host 192.168.1.123
This project is licensed under the MIT License - see the LICENSE file for details.