Skip to content

asssaf/elm-live-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

elm-live-docker

Define alias:

$ alias elm-live='docker run -it --rm -v "$(pwd):/code" -w "/code" -e "HOME=/tmp" -u $UID:$GID --net host --name elm-live ghcr.io/asssaf/elm-live:master'

Run it:

$ elm-live --start-page index.html src/Main.elm --pushstate -- --output=main.js

Browse to http://localhost:8000

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published