machuga / elm-example

From Static in the Front, Dynamic in the Back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example code from "Static in the Front, Dynamic in the Back!"

How to Run

  1. Install elm from package or npm install -g elm
  2. Install elm-live from package or npm install -g elm-live
  3. Clone this repository
  4. cd into the directory and run elm install
  5. Run elm live Main.elm --output=elm.js --open and your default browser will open to the served site with Live Reload enabled.
  6. Run git checkout with-http if you'd like to see the complete example that makes HTTP GET calls to the GitHub API.

About

From Static in the Front, Dynamic in the Back


Languages

Language:JavaScript 53.0%Language:HTML 45.8%Language:Elm 1.2%