/todo-list

Elm practice!

Primary LanguageElm

Elm Starter Project

Install

Base

Visual Studio Code

  • Install elm-format: npm install -g elm-format
  • Install VS Code from https://code.visualstudio.com/
  • Add code command to PATH for command line usage
    • Cmd-P (Mac) or Ctrl-P (Linux): Launch Command Palette
    • Type > Shell Command: Install code command in PATH
  • Install Elm Extension
    • From Command Line: code --install-extension sbrink.elm
    • From Web: https://marketplace.visualstudio.com/items?itemName=sbrink.elm
  • Restart VS Code

Use

Start Project

elm init

Develop

Note: elm reactor doesn't work if you have HTML or JavaScript code. See https://github.com/rtfeldman/elm-spa-example#building for that.

./dev_env.sh

Useful Learning Links