v0.5.0
HOT-RELOAD & DEV-SERVER for Vanilla JavaScript (ES6 Modules)
Framework Agnostic Hot-Reload working with pure ES6 Modules - powered by SystemJS & JSPM
You don't need fancy frameworks (like ReactJS) to do Hot-Reload! Check yourself!
#1 - Quickly Bootstrap new Babel or TypeScript App using Cool CLI Wizard - include Dev Server with Hot-Reload using SystemJS & JSPM
Quick Start for Dummies :)
Start from scratch new Babel or TypeScript App using just few simple npm commands!
$ npm i jspm@beta jspm-hmr -D
$ ./node_modules/.bin/jspm init
$ ./node_modules/.bin/jspm i systemjs-hot-reloader
$ ./node_modules/.bin/jspm-hmr -I
$ npm start
Now make some changes in "src/app.js" file and save it to see SystemJS Hot-Reload in action!