serveit

Synchronous server and rebuilder for static content with live reload

brewmacoslinux
Try with needOr install directly
Source

About

Synchronous server and rebuilder of static content

Commands

serveit

Examples

Start a local development server on default port (8080) for current directory$ serveit
Serve static files on a specific port with auto-rebuild on changes$ serveit --port 3000
Serve a specific directory with automatic rebuilding on file modifications$ serveit --root /path/to/static/files