CSV Visualizer

ClojureScript based CSV visualizer

Setup

$ git clone https://github.com/sergmarch/csv-visualizer.git
$ cd csv-visualizer/
$ lein figwheel

Open your browser at localhost:3449. This will auto compile and send all changes to the browser without the need to reload. After the compilation process is complete, you will get a Browser Connected REPL.

To clean all compiled files:

$ lein clean