Dashboard made with elm-bootstrap.
git clone https://github.com/drasko/elm-dashboard
cd elm-dashboard
make
This will produce index.html
in the root directory.
N.B.
make
doeselm make src/Main.elm
make run
N.B.
make run
just executeselm reactor
. You can executeelm reactor
in other terminal window and keep it running, and then see changes as you change-compile in the first window. You can even use something as entr to have your source compiled automatically when you change and save some files.