Skip to content

v0.5.0

Choose a tag to compare

@piotrwitek piotrwitek released this 18 Oct 19:44
· 107 commits to master since this release

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!