fson / cljs-fiddle

ClojureScript live preview.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cljs-fiddle

Note! cljsFiddle is in a very early stage of development where many essential features are not implemented yet.

cljsFiddle is a simple web application for editing ClojureScript source code and previewing it in similar fashion to JsFiddle1 does for JavaScript.

Running the App

Set up and start the server like this:

$ lein deps
$ lein cljsbuild once
$ lein run

Now, point your web browser at http://localhost:3000, and see cljs-fiddle in action.

About

ClojureScript live preview.


Languages

Language:JavaScript 99.7%Language:Clojure 0.3%