ref. https://guide.elm-lang.jp/
- Docker
- Visual Studio Code + Remote Development Extension (Remote - Containers)
git clone https://github.com/notakaos/elm-app-example.git
cd elm-app-example
code .
# [Cmd + Shift + P] -> [Remote-Containers: Reopen Folder in Container]
# in container
elm-live src/01-button.elm --start-page=index.html -- --output=tmp/elm.js
#=> open http://localhost:8000