Stand alone interactive visualization Demo: https://znes.github.io/saiv/www
Clone repository and run
npm install
After that you can rewrite code in src dir and rebuild bundle.js
webpack
During development you should use
webpack -w
This way node will watch for file changes in src dir and recompile bundle.js accordingly