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: 3 months ago
JSON representation

Boilerplate for Electron application written in Elm

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.