Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/balazs4/servus

http server with built-in auto refresh on file changes
https://github.com/balazs4/servus

development html http-server live-reload

Last synced: 2 days ago
JSON representation

http server with built-in auto refresh on file changes

Awesome Lists containing this project

README

        

# servus

> HTTP server with built-in automatic refresh feature on file changes for developers.

## usage

```sh
servus # watches current directory (non-recursive)
servus `git ls-files` # watches all files in git repository
PORT=4269 servus # set custom port number
```

## install

```sh
GOPROXY=direct go install github.com/balazs4/servus
```

or download [pre-built binary](https://github.com/balazs4/servus/releases).

## license

see [license](./license)

## author

balazs4