lein_template_descjop
lein_template_descjop copied to clipboard
A Leiningen template(Clojure/ClojureScript Project) for Web based desktop application with Electron (atom-shell).
Hey, I think there is a subtle bug in the profile dev init files. The `:jsload-callback` (effectively) calls `core/init!`; however, it should instead call `core/mount-root`. This is an important distinction,...
Hi m8, I was wondering if it would be possible to add a local sqlite db in the template, and how this could be possible.
Hello @karad , I was trying out this template, it's really promising for my use case but I ran into the following error at almost the final step. ```sh descjop1...
Hi there, thanks for sharing this template, I was able to create a re-frame helloworld / pomodoro app in a couple of hours without knowing much about electron, so thanks!...
1. Hello, and thank you for your efforts ) 2. Is there a way to get repl for electron main process?
The goog.require() has not the namespace transformed in Javascript standard. I have a go-bang.core instead of go_bang.core. Change in the string makes the app working perfectly ;) https://github.com/karad/lein_template_descjop/blob/master/resources/leiningen/new/descjop/reagent__app__index.html#L16 {{name}} should...