Example of using Halogen, PureScript and Electron to create an app.
Go to file
Rene Vergara aefa1d9cfd
Initial commit
2024-01-30 16:42:04 -06:00
dist Initial commit 2024-01-30 16:42:04 -06:00
src Initial commit 2024-01-30 16:42:04 -06:00
test Initial commit 2024-01-30 16:42:04 -06:00
.gitignore Initial commit 2024-01-30 16:42:04 -06:00
README.md Initial commit 2024-01-30 16:42:04 -06:00
forge.config.js Initial commit 2024-01-30 16:42:04 -06:00
index.js Initial commit 2024-01-30 16:42:04 -06:00
package-lock.json Initial commit 2024-01-30 16:42:04 -06:00
package.json Initial commit 2024-01-30 16:42:04 -06:00
packages.dhall Initial commit 2024-01-30 16:42:04 -06:00
preload.js Initial commit 2024-01-30 16:42:04 -06:00
spago.dhall Initial commit 2024-01-30 16:42:04 -06:00
yarn.lock Initial commit 2024-01-30 16:42:04 -06:00

README.md

halogen-electron

Example of using Halogen and PureScript to create a standalone application.

Instructions

npm install
npm run start