GitHub - N0FreeLunch/elm-basic

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

elm install

reference : https://guide.elm-lang.org/install/elm.html

install in linux

reference : https://github.com/elm/compiler/blob/master/installers/linux/README.md open command line terminal

curl -L -o elm.gz https://github.com/elm/compiler/releases/download/0.19.1/binary-for-linux-64-bit.gz
gunzip elm.gz
chmod +x elm
sudo mv elm /usr/local/bin/
elm --help

START

elm init

setting after 'git clone'

elm install

Run with repl (command line language tool)

elm repl

https://kyunooh.gitbooks.io/elm/content/core_language.html

Run server

elm reactor

compile

elm make

example

elm make src/Main.elm

About

No description, website, or topics provided.

Resources

Readme

Activity

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Releases

No releases published

Languages