Spin up a simple static site server with live reload
dev-serve <dir>
to start a server in <dir>
.Table of Contents
Mostly a tool for personal needs where I want to quickly spin up a web server and reload the page when I make changes.
```sh $ dev-serve -h
Serve a directory with auto-reload
Usage: dev-serve [OPTIONS] [PATH]
Arguments: [PATH] Directory to serve
Options:
-p, --port
Finally, help is always available with dev-serve --help
/dev-serve -h
.
Currently, the package is available a couple of places, including Homebrew, AUR and Nix.
cargo install dev-serve
brew tap sondr3/homebrew-taps
brew install dev-serve
You can also download the matching release from the release
tab, extracting the archive and
placing the binary in your $PATH
. Note that for Linux the
unknown-linux-musl.tar.gz
is preferred as it is statically linked and thus
should run on any Linux distribution.
GPLv3+.