adz5a / data-explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data-explorer

Simplistic "data-explorer" made with ClojureScript and Reagent.

Let's you load JSON/EDN, see it and edit it.

Run the project

The project uses leiningen 2.8.1. To make it work with Vim use the following commands:

$ lein repl
=> (require 'figwheel.main.api)
=> (figwheel.main.api/start {:mode :serve} "dev")
=> (figwheel.main.api/cljs-repl "dev")

And within a ClojureScript buffer run

:Piggieback (figwheel.main.api/repl-env "dev")

About

License:Eclipse Public License 2.0


Languages

Language:Clojure 82.3%Language:CSS 15.5%Language:HTML 2.2%