Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

koa-live-reload

ludicrousxyz28MIT0.0.2

A koa module to refresh and reload your code in your browser when your code changes. No browser plugins required.

reload, refresh, http, koa, development

readme

koa-livereload

Fork of https://github.com/jprichardson/reload. Implements live reload for koa applications. Used by konstructor.

Usage

reload(httpServer, koaApp, [verbose])
  • httpServer: The Node.js http server from the module http.
  • koaApp: The koa app. Pass the app instance.
  • verbose: If set to true, will show logging on the server and client side

(MIT License)

Copyright 2016, ludicrous.