Closed freeman42x closed 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.
nw
cabal run
No longer needed.
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 usecabal run
for example.