Yet another Elm implementation of Minesweeper
I created this project as an exercise to learn Elm.
The script build.sh
compiles the source using elm make
, then copies over
the html and css files.
Elm-live will refresh the browser window refresh whenever an .elm file is
updated in src
.
Install elm-live if it is not already installed:
npm install --global elm-live
Then, run the script live.sh
to start elm-live.