This fork replaces Reagent with Om.next, among other changes
My attempt to recreate ClojureScript development workflow while developing desktop apps with electron.
- ClojureScript (init script and ui code)
- Figwheel for interactive development
- Om.next for UI
npm install # install electron binaries
foreman start # compile cljs and start figwheel
- OR -
lein cljsbuild auto main-dev # ...and start Figwheel in Cursive
npm start # start electron from another terminal
lein cljsbuild once ui-release # compile ui code
lein cljsbuild once main-release # compile electron initialization code
npm start # start electron to test that everything works
After that you can follow distribution guide for the electron.