This web application tries to answer the question Why? a certain webservice is userd by a certain application.
-
Clone this repository
-
Install Elm
-
Install Elm stuff
elm package install
- Install elm-test
Because elm-test isn't available as regular binary, you'll need Node and install it via NPM.
npm install -g elm-test
- Run Elm stuff
elm-reactor
- Run tests
elm-test
Add the --watch
flag if you want them to be continuously run.
GL HF!
You can also get added help for VSCode when coding in Elm.
You'll want both the elm
and elm-format
extensions.
Optional: HTML to Elm
, and I guess Subword Navigation
.
The elm-format VSCode extension requires a locally installed elm-format
binary.
npm install -g elm-format
Open your settings in VSCode (ctrl+,
or cmd+,
) and put this in there:
"elm.formatOnSave": true