1.0.0 • Published 5 years ago

live-server-spa v1.0.0

Weekly downloads
18
License
MIT
Repository
github
Last release
5 years ago

live-server-spa

Run your SPA and reload browsers running it, calling GET /__internal/emitReload

Usage

live-server-spa [-p 8080] [-h 127.0.0.1] [--hard] public

  - `-p or --port [port]` - define listening port
  - `-h or --hostname [hostname]` - define listening hostname addres (ip interface)
  - `-H or --hard` - define hard reloads for clients
  - `public` - define folder to serve your content. Must contain an `index.html` file.

Caveats

Your public folder must not contain a file or folder called __internal