Skip to content

guydunton/introduction-to-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Elm

This repo contains the code and slides for my presentation "Introduction to Elm".

There are 2 branches:

  • master: This contains the code pre refactor
  • post-refactor: This branch has the final code (including gif loading).

How to build

npm install -g elm
git clone https://github.com/guydunton/introduction-to-elm.git
cd introduction-to-elm
elm make --output=build/index.html src/Main.elm

How to run

Start the Elm reactor. The reactor is a server which also compiles your code. To start:

elm reactor

Then navigate to http://localhost:8000/src/Main.elm

More Resources

  • How to install Elm on various platforms: link
  • Link to online Elm examples: link

About

Slides and Code for my Introduction To Elm talk

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages