Awesome
elm-minesweeper
The classic game MineSweeper made with Elm. Play it.
Development
yarn install
yarn run build:css
yarn start
Add ?debug=1
to the URL to run in debug mode.
Additional tasks:
yarn run format
runs elm-format.yarn run analyse
runs elm-analyse.yarn run eslint
runs ESLint.yarn run eslint -- --fix
fixes most errors.yarn test
runs elm-verify-examples and elm-test.yarn run build
makes a production build.