You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Could you provide details about the project structure?
As far as I understand there's a piece of node code src/project/core.cljs
and a piece of html + js code app/.../index.html + src_front/....
When the electron framework starts, the node server will run the nodejs code. The nodejs code will create the windows that display & run the html pages.
What about creating new windows? How do you communicate between the client and the server?
The text was updated successfully, but these errors were encountered:
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!
Could you provide details about the project structure?
As far as I understand there's a piece of node code
src/project/core.cljs
and a piece of html + js code
app/.../index.html
+src_front/...
.When the electron framework starts, the node server will run the nodejs code. The nodejs code will create the windows that display & run the html pages.
What about creating new windows? How do you communicate between the client and the server?
The text was updated successfully, but these errors were encountered: