O que é Steal.js
Reloads your application after a full reload cycle is complete.
import reload from "live-reload";
// Re-render your application after each reload.
reload(function(){
render();
});
Pa
Pink Person