webfs

Lightweight HTTP server for serving static files and directories

brewmacoslinux
Try with needOr install directly
Source

About

HTTP server for purely static content

Commands

webfs

Examples

Start HTTP server on port 8000 serving current directory$ webfs -p 8000
Serve specific directory on default port 8000$ webfs -d /var/www/html
Start server on custom port with verbose logging$ webfs -p 3000 -v