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.
makedoeselm make src/Main.elm
make run
N.B.
make runjust executeselm reactor. You can executeelm reactorin 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.