Node Hot Loader
Node Hot Loader is a small tool written on ES2015+ for Hot Module Replacement support for Node.js application development with webpack.
Its inspired by kotatsu and webpack-dev-middleware.
Typical use cases for Node Hot Loader are hot-reloaded express application with APIs and frontend serving, i.e. React.
Installation
npm install --save-dev node-hot-loader babel-cli
or from Git repository:
npm install --save-dev https://github.com/emsoft/node-hot-loader
babel-cli need for starting Node Hot Loader ES2015+ module.
Usage
Usage: babel-node node-hot {options}
Options:
-c, --config Webpack config file. If not set then search webpack.config.js in root directory.
License
MIT (https://opensource.org/licenses/mit-license.php)