hotreloadify
v0.0.5
Published
Thin wrapper around LiveReactload with less config.
Downloads
435
Maintainers
Readme
hotreloadify
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 hotreloadify
usage
To start hotreloadify
, do:
hotreloadify main.js [options]
or to also open a browser window, do:
hotreloadify main.js --open
options
The following are the list of options taken by hotreloadify
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)
- proxy - proxy all other requests to this address (ex: http://localhost:4000)
- port - port the server should listen on (3000)
- open - open browser to dev page (false)
License
MIT