sergmarch / csv-visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Clojure 85.9%Language:CSS 10.6%Language:HTML 3.1%Language:JavaScript 0.4%