https://github.com/ericclemmons/webpack-hot-server-example
Webpack Hot Module Replacement (HMR) Example with Express
https://github.com/ericclemmons/webpack-hot-server-example
Last synced: about 1 year ago
JSON representation
Webpack Hot Module Replacement (HMR) Example with Express
- Host: GitHub
- URL: https://github.com/ericclemmons/webpack-hot-server-example
- Owner: ericclemmons
- License: mit
- Created: 2016-05-04T20:33:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T22:39:48.000Z (about 9 years ago)
- Last Synced: 2025-04-06T07:15:42.305Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.94 MB
- Stars: 368
- Watchers: 9
- Forks: 20
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webpack Hot Module Replacement (HMR) Example
> The simplest example demonstrating server-side [Hot Module Replacement][hmr]
> with [Webpack][webpack] & [Express][express].
>
> 
[express]: http://expressjs.com/
[hmr]: https://webpack.github.io/docs/hot-module-replacement.html
[webpack]: http://webpack.github.io/