March 2018
Intermediate to advanced
380 pages
9h 23m
English
Webpack dev server (https://github.com/webpack/webpack-dev-server) provides a simple Express server using webpack dev middleware, and supports live reloads when assets change. Webpack dev middleware supports features such as hot module replacement and in memory file access.
BrowserSync (https://browsersync.io/) is a Node.js tool that helps in browser testing by synchronizing file changes and interactions of the web page across multiple browsers and devices. It provides features such as auto-reload ...