Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 634 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 634 Bytes

LiveX

Cross-platform light development web server to serve static content with live reloading support

.NET Core

Usage:
  LiveX [options]

Options:
  --path <path>      Content directory path (skip to use current directory)
  --http <http>      HTTP port (skip to use random port)
  --https <https>    HTTPS port (skip to use random port)

Features

  • Web browser auto opening
  • Directory browsing
  • Live reloading
  • CSS hot reloading
  • HTTPS support
  • Cache friendly (don't let broswer caching content)
  • CORS friendly (allow any header/method/origin)