Gonzih / cljs-electron

ClojureScript + Electron + Figwheel + Reagent = ❤❤❤

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[newbie] how to start this template ?

yellowbean opened this issue · comments

I downloaded whole repo into my local, then install electron via npm install electron -g.
after that , I did "lein deps" in the right folder, then I try lein cooper
but terminal shows error
"
image
"
any configuration I should do before running lein cooper?

my env: windows 10 ,

Huh, havent tried to run this on windows, but lets see if we can make this work.

Could you try to replace content of Procfile with this:

electron: lein trampoline cljsbuild auto electron-dev
ui: lein trampoline figwheel frontend-dev

And try running lein cooper again?

it turns out to be a bug from lein-cooper

kouphax/lein-cooper#11

if you rename lein to lein.bat it fix this error message .