freeman42x / haskell-editor-setup

Easy instructions for setting up Haskell editors / IDEs on any major operating system.
GNU General Public License v3.0
101 stars 15 forks source link

Run using NW.js #51

Closed freeman42x closed 4 years ago

freeman42x commented 4 years ago

Instead of running the GUI in the browser at http://localhost:8080/ change so that it will run in a NW.js window.

To run the app use turtle library to start nw program after starting the server, and then use cabal run for example.

freeman42x commented 4 years ago

No longer needed.