Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T23:57:19.000Z (11 months ago)
- Last Synced: 2024-11-14T22:36:11.484Z (3 months 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.