Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.