elmctron icon indicating copy to clipboard operation
elmctron copied to clipboard

Elm meets Electron

Elmctron

license Donate

TodoMVC app written in Elm and using Electron.

What you get

  • SCSS is compiled to CSS automatically.
  • Elm is compiled to JS automatically.
  • HTML, SCSS, and Elm are watched, trigger auto-reload when updated.
  • Elm packages are downloaded and installed automagically.
  • When the Electron app starts, the dev-tools show up.

For more information read Gizra post.

Installation

  1. Run npm install.

Development

  1. Run npm run gulp.

Build

  1. Run npm run dist to build for all platforms (linux, mac, and windows).
  • Run npm run dist-mac to build just for Mac OS.
  • Run npm run dist-linux to build just for GNU/Linux.
  • Run npm run dist-win to build just for Windows.

License

ISC