Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 23 days ago
JSON representation

Webpack Hot Module Replacement (HMR) Example with Express

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/