elm-example-app icon indicating copy to clipboard operation
elm-example-app copied to clipboard

An example Elm single page application

An example SPA in Elm

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

Branches

Setup

Install node packages:

npm i

Running the application:

In terminal run:

npm run start

Open http://localhost:3000