devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
tord 2016-12-05T11:19:01.000010Z

@gowder: Good intro, but this is wrong: > Here's what the builds section of my project.clj looks like (this is based off the awesome reagent frontend template, which I basically use for everything, and then add devcards on my own. Hmm... maybe there's a PR or a fork in here...) The reagent template already has devcards support (I actually contributed that myself some time back). Just add the +devcards flag to your lein new reagent invocation.

gowder 2016-12-05T16:12:53.000016Z

Oh, I didn't notice that. Thanks @tord !

gowder 2016-12-05T16:15:38.000017Z

Hmm. I see, you're talking about the reagent template ( https://github.com/reagent-project/reagent-template ) --- I'm talking about the reagent-frontend template ( https://github.com/reagent-project/reagent-frontend-template ), which is the pure frontend one I tend to use. Unless I miss my guess, the latter doesn't have a devcards option?

gadfly361 2016-12-05T17:16:50.000019Z

@gowder, here is an alternative pure frontend template that has +devcards: https://github.com/gadfly361/reagent-figwheel

gadfly361 2016-12-05T17:19:32.000020Z

@gowder Whoops, missed context - you arent searching for template - will read your post! 🙂