logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Serve Files - Live Server with Live Reload | Online Free DevTools by Hexmos

Serve files instantly with Live Server. Develop websites with live reload functionality for faster development. Free online tool, no registration required.

live-server

A simple development HTTP server with live reload capability. More information: https://github.com/tapio/live-server.

  • Serve an index.html file and reload on changes:

live-server

  • Specify a port (default is 8080) from which to serve a file:

live-server --port={{8081}}

  • Specify a given file to serve:

live-server --open={{about.html}}

  • Proxy all requests for ROUTE to URL:

live-server --proxy={{/}}:{{http:localhost:3000}}