This package has been deprecated

Author message:

WARNING: This project has been renamed. Install using hotreloadify instead.

hotloadify

0.0.5 • Public • Published

hotloadify

A thin wrapper around livereactload. It adds on an http server and a basic index.html to bootstrap development with less configuration.

install

npm i --save-dev hotloadify

usage

To start hotloadify, do:

hotloadify main.js [options]

or to also open a browser window, do:

hotloadify main.js --open

options

The following are the list of options taken by hotloadify and their respective defaults.

  • bundle - specify the bundle path for server (/bundle.js)
  • index - specify the file path be served as index.html (__dirname/index.html)
  • port - port the server should listen on (3000)
  • open - open browser to dev page (false)

License

MIT

/hotloadify/

    Package Sidebar

    Install

    npm i hotloadify

    Weekly Downloads

    1

    Version

    0.0.5

    License

    MIT

    Last publish

    Collaborators

    • djblue