Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/sporto/elm-example-app

An example Elm single page application
https://github.com/sporto/elm-example-app

elm tutorial

Last synced: 2 months ago
JSON representation

An example Elm single page application

Lists

README

        

# An example SPA in Elm

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

# Branches

- Master branch covers Elm 0.19
- See for Elm 0.18

## Setup

- [Install Elm](http://elm-lang.org/install)
- [Install Node](https://nodejs.org/en/download/)

Install node packages:

```
npm i
```

## Running the application:

In terminal run:

```
npm run start
```

Open `http://localhost:3000`