devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
2018-05-29T20:05:43.000409Z

I am trying to use devcards for a new project. I have the project partitioned into two "src" directories. "src" for my ui library and "src-devcards" for the devcards code. I can't get hot-reloading to work with devcards, but figwheel hot reloads my library components.... any suggestions?

2018-05-29T20:05:55.000666Z

it seems like there is not example project for devcards+figwheel?

bhauman 2018-05-29T21:20:26.000156Z

@bfast so are you launching your project with something like lein figwheel dev devcards

bhauman 2018-05-29T21:49:37.000140Z

there is a devcards lein template lein new devcards my-project

2018-05-29T22:23:52.000319Z

figured it out... had a underscore in directory 😞

2018-05-29T22:23:58.000329Z

I mean dash