livereload

Local web server with auto-reload on file changes for development

brewmacoslinux
Try with needOr install directly
Source

About

Local web server in Python

Commands

livereload

Examples

Start livereload server on default port 35729 for current directory$ livereload .
Serve files on custom port 8000 with auto-reload$ livereload -p 8000 .
Watch specific directory and open browser automatically$ livereload --browser /path/to/project