@compodoc/live-server

Development server with automatic page reload on file changes.

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Simple development http server with live reload capability

Commands

live-server

Examples

start a local web server for testing html files$ live-server
run server on a specific port instead of default$ live-server --port=8080
serve files from a specific directory$ live-server ~/my-project
disable automatic browser opening when server starts$ live-server --no-browser
ignore certain files from triggering reload$ live-server --ignore=node_modules,dist