/elm-skeleton

Elm skeleton app

Primary LanguageElmApache License 2.0Apache-2.0

Elm Skeleton

Empty Elm project with useful scripts

How to run locally

Docker way

To build

./scripts/build.sh

To start

./scripts/run.sh

To stop

./scripts/stop.sh

To restart

./scripts/restart.sh

Debug way

  1. Install elm, elm-format and elm-test by following
    brew install elm
    brew install elm-format
    npm install -g elm-test
    
  2. ./scripts/debug.run.sh