This repository presents a skeleton of a minimal example Electron app that is implemented in Purescript and React.
Big thank you to @i-am-the-slime for providing me access to one of his applications to learn how Electron works together with Purescript!
In order to run the examples, install nix first.
You can run the application without checking the repository out:
nix run github:tfc/electron-purescript-example
Check out the application and then run:
nix develop
npm install
npm run build
The nix develop
step can be skipped if you have direnv