Skip to content

A minimal example Electron app that is written in Purescript

Notifications You must be signed in to change notification settings

tfc/electron-purescript-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Purescript Example

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.

Screenshot from 2022-10-27 22-06-37

Running the application

You can run the application without checking the repository out:

nix run github:tfc/electron-purescript-example

Development workflow

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