An example SPA in Elm

December 10, 2018 ยท View on GitHub

An example Elm single page application built for http://www.elm-tutorial.org/

Branches

  • Master branch covers Elm 0.19
  • See https://github.com/sporto/elm-tutorial-app/tree/018 for Elm 0.18

Setup

  • Install Elm
  • Install Node

Install node packages:

npm i

Running the application:

In terminal run:

npm run start

Open http://localhost:3000

Contents

  1. 1Setup
  2. 2Running the application: