Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T22:39:48.000Z (over 7 years ago)
- Last Synced: 2024-11-09T18:02:58.452Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 2.94 MB
- Stars: 367
- Watchers: 10
- Forks: 29
- 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].
>
> ![Latest Demo](hmr.gif)[express]: http://expressjs.com/
[hmr]: https://webpack.github.io/docs/hot-module-replacement.html
[webpack]: http://webpack.github.io/