reagent-template icon indicating copy to clipboard operation
reagent-template copied to clipboard

A Leiningen template for projects using Reagent.

Results 11 reagent-template issues
Sort by recently updated
recently updated
newest added

As a newbie, I don't understand what I'm supposed to do with folders like `clj`, `cljc` and `cljs`. Most tutorials and docs online don't tell you how to structure your...

When I click on the link to the google group referenced in the readme, it says 'group doesn't exist'. Is that the case? Has the community moved? Does this link...

When I run lein figwheel, I get "Prompt will show when Figwheel connects to your application" and it sits and hangs for an infinite amount of time. When I run...

Cider-jack-in doesn't seem to start up figwheel, and the figwheel docs claim cider integration is 'very advanced'. Does inclusion of the cider option handle figwheel/cider integration -- or does it...

If you create a new project and then attempt to run tests as described in the generated readme file, the test process fails. I cross-posted the problem on the Doo...

enhancement
help wanted

I've created an app using this template (great stuff btw) and am now trying to deploy using Heroku as per the README instructions. In the project directory I run ```...

In short, if I run `lein figwheel` twice, without cleaning in between, then in the second session I get a compiler warning any time I try to access a variable—even...

Error on `(reload-config)` on a new project `+devcards`. These commands execute without any error message: ``` lein new reagent new-reagent+devcards +devcards cd new-reagent+devcards rlwrap lein figwheel devcards ``` Then: ```...

Any ideas on how to do this in a way that won't become a mess after only 2-3 profiles?

enhancement