devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
fdserr 2016-09-08T03:57:07.000014Z

hi there! When I (switch-to-build "dev") and browse to index.html, the repl hangs on next evaluation. Solved by letting a cards.html tab opened. Nevertheless, the repl session seems to operate in the cards context only: my app-state atom evaluates empty at the repl even though I'm sure my app has changed its value. Has anyone experienced this? Is there something I miss, or a known workaround? Thanks in advance!