@compodoc/live-server

Simple development HTTP server with live reload capability

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Simple development http server with live reload capability

Commands

live-server

Examples

Start a live server on the current directory with default port 8080$ live-server
Start a live server on a specific directory and custom port$ live-server ./dist --port=3000
Start a live server with no browser auto-open$ live-server --no-browser