Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 501 Bytes

readme.md

File metadata and controls

32 lines (20 loc) · 501 Bytes

An example SPA in Elm

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

Setup

Install global packages

npm install -g foreman

Foreman is a package that allows running several servers with one command.

Install the necessary local node packages:

npm install

Running the application:

In terminal run:

nf start

Open http://localhost:3000