Skip to content

debois/elm-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started with Elm

npm install --global elm elm-live
elm package install evancz/start-app
elm package install evancz/elm-html

Make a script file (e.g. ./elm-run, chmod +x), with:

elm-live src/Main.elm --output=index.html

Start live coding:

./elm-run

About

Following the elm-architecture tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 72.9%
  • HTML 27.1%