Skip to content

seanhelvey/what-the-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make Front-end Great Again with Elm

Installation

Install Elm before you do anything!

Examples

Hello.elm is a hello world example.
Counter.elm is a basic counter showing The Elm Architecture.
CodeAlong.md is a repl code along focused on the core language.
Fetch.elm is a more complicated example using http and json.

All of the examples above borrow heavily from guide.elm-lang.org

Run elm-reactor to play with examples in the browser or elm-repl for the repl.

Alternatively: elm-make src/Fetch.elm --output=assets/js/fetch.html or elm-make src/Hello.elm --output=assets/js/hello.html will compile source files into the assets directory.

Presentation

MakeFrontEndGreatAgain.md is the slide deck.

Need help?

Elm Search
Elm Slack

About

Intro to Elm presentation & code-along

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published