TodoMVC app written in Elm and using Electron.
What you get
SCSS
is compiled toCSS
automatically.Elm
is compiled toJS
automatically.HTML
,SCSS
, andElm
are watched, trigger auto-reload when updated.- Elm packages are downloaded and installed automagically.
- When the
Electron
app starts, thedev-tools
show up.
For more information read Gizra post.
- Run
npm install
.
- Run
npm run gulp
.
- 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.
ISC