Live demo: https://elm-land.lamdera.app
Once you have the latest Lamdera and Elm Land v0.19.0 on your local machine, you can run this project with two separate commands:
elm-land server
lamdera live
And open up the running project at http://0.0.0.0:8000
( Note: There's no special elm-land watch
command for now, so please excuse the extra unused dev server! )
Lamdera doesn't currently build elm-land
remotely, so to deploy we'll need to commit all the gen files.
elm-land build
git add -f .elm-land/src
lamdera check
lamdera deploy