index : static-web-server.git

ascending towards madness

# Getting Started

First [download]./download-and-install.md the binary for your platform.

Then just type the following command.

```sh
static-web-server \
    --port 8787 \
    --root ./my-public-dir
```

For details about the available options type `static-web-server -h` or go to the [Command-line arguments]./configuration/command-line-arguments.md section.

Or if you are looking fo more advanced examples then take a look at [the examples]./examples/http1.md section.