Exploratory project building a 1-2-4-all tool in Elm
Exploratory project buildinf a 1-2-4-all tool in ELm
https://lancew.github.io/124all/
Build the javascript:
elm make src/Main.elm --output elm.js
You can then run locally with elm reactor
Running elm-review:
elm-review --template jfmengels/elm-review-common/example
elm-review --template jfmengels/elm-review-cognitive-complexity/preview
I use elm-json upgrade
(install with NPM) to update dependencies (packages)