Skip to main content

HowTo start simple http server

Start HTTP server in 1 command!

## Python3

python -m http.server PORT

## Caddy

caddy file-server --listen :PORT