TodoMVC app written in Elm and using Electron.
What you get
- You can write
SCSS
and it's compile tocss
automatically. Elm
compile automatically toJS
indist
directory.- We watch the
html
,SCSS
, andElm
files, and auto-reload when they updated. - We download and install the elm packages for you, Automagically (;
- We fire up the
Electron
app and open thedev-tools
.
For more information read Gizra post.
- Run
npm install
.
- Run
gulp
.
Not yet.
MIT