Skip to content

zoltantemesvari/Elmctron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Elm meets Electron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 42.6%
  • Elm 39.5%
  • JavaScript 13.6%
  • HTML 4.3%