Skip to content

codetalkio/Haskell-Electron-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haskell-Electron-app

A small example of using Electron with Haskell and Servant.

For a walkthrough of what is happening, check out the accompanying blog post Using Electron with Haskell

To launch the servant server from within Haskell-Electron-app/backend:

$ stack exec backend-exe

To launch the Electron app from within Haskell-Electron-app/haskell-app:

$ npm start

Building

You probably need to build the modules first.

For servant in Haskell-Electron-app/backend:

$ stack build

And for Electron in Haskell-Electron-app/haskell-app:

$ npm install