Skip to content

Latest commit

History

History
40 lines (27 loc) 路 500 Bytes

README.md

File metadata and controls

40 lines (27 loc) 路 500 Bytes

Lite Reload

Features

  • Tiny (~12kb)
  • No dependencies
  • Live Reload
  • SPA Mode Support (Soon)

Install

$ npm i -D lite-reload

Usage

$ lite-reload <dir> [...parameters] 

Examples

$ lite-reload dist/public --port=7070

Parameters

--host (default: localhost)

Host where to bind server

--port (default: 8080)

Port where to bind server

--index (default: index.html)

Index file for server

--help

Show help message