To install Elm follow these steps
git clone <repository-url>
this repositorycd trelmo-app
-
compile with
elm-make tboard.elm --output=dist/tboard.js
and openindex.html
-
or... run
elm-reactor
and openlocalhost:8000/index.html
To install Elm follow these steps
git clone <repository-url>
this repositorycd trelmo-app
compile with elm-make tboard.elm --output=dist/tboard.js
and open index.html
or... run elm-reactor
and open localhost:8000/index.html