Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bert0324/web-hot-replacement-demo

A demo for browsers' hot replacement, see details in https://github.com/Bert0324/js-playground/blob/master/modularization/hot_reload.md
https://github.com/bert0324/web-hot-replacement-demo

Last synced: about 2 months ago
JSON representation

A demo for browsers' hot replacement, see details in https://github.com/Bert0324/js-playground/blob/master/modularization/hot_reload.md

Awesome Lists containing this project

README

        

This Demo is for this [blog](https://github.com/Bert0324/js-playground/blob/master/modularization/hot_reload.md).

## Run it

```
npm install
node server.js
```

Next, open http://localhost:3002 to see console. And change timer's value in task.js, to see
whether the log value is changed in the browser.