1.0.2 • Published 2 years ago

lite-reload v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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