https://github.com/tshm/electron-elm-boilerplate
Boilerplate for Electron application written in Elm
https://github.com/tshm/electron-elm-boilerplate
boilerplate electron elm
Last synced: 3 months ago
JSON representation
Boilerplate for Electron application written in Elm
- Host: GitHub
- URL: https://github.com/tshm/electron-elm-boilerplate
- Owner: tshm
- Created: 2017-02-28T23:18:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T23:57:19.000Z (over 2 years ago)
- Last Synced: 2025-03-04T16:39:45.889Z (over 1 year ago)
- Topics: boilerplate, electron, elm
- Language: JavaScript
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# electron-elm-boilerplate
Boilerplate for Electron application written in Elm
## development
add Elm files under src folder.
`npm start` will launch `elm-live` for continuous building.
`npm run open` for starting electron instance which connects
to `elm-live` server.
## release
run `npm run release` for packaging the app.