znes / saiv

Stand alone interactive visualization
2 stars 0 forks source link

saiv

Stand alone interactive visualization Demo: https://znes.github.io/saiv/www

Dev

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