elmctron
elmctron copied to clipboard
Elm meets Electron
Elmctron
TodoMVC app written in Elm and using Electron.
What you get
SCSSis compiled toCSSautomatically.Elmis compiled toJSautomatically.HTML,SCSS, andElmare watched, trigger auto-reload when updated.- Elm packages are downloaded and installed automagically.
- When the
Electronapp starts, thedev-toolsshow up.
For more information read Gizra post.
Installation
- Run
npm install.
Development
- Run
npm run gulp.
Build
- Run
npm run distto build for all platforms (linux, mac, and windows).
- Run
npm run dist-macto build just for Mac OS. - Run
npm run dist-linuxto build just for GNU/Linux. - Run
npm run dist-winto build just for Windows.
License
ISC