serve

Lightweight static HTTP server for serving files from any directory

brewmacoslinux
Try with needOr install directly
Source

About

Static http server anywhere you need one

Commands

serve

Examples

Serve current directory on default port 3000$ serve
Serve specific directory on custom port$ serve /path/to/directory -p 8080
Serve with single-page application support$ serve -s /path/to/directory