Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Gizra/elm-hedley

Elm web app with Headless Drupal backend
https://github.com/Gizra/elm-hedley

Last synced: about 2 months ago
JSON representation

Elm web app with Headless Drupal backend

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/Gizra/elm-hedley.svg?branch=master)](https://travis-ci.org/Gizra/elm-hedley)

# elm-hedley

An Elm single page application. The server side code is [here](https://github.com/Gizra/hedley-server).

[Read more](http://www.gizra.com/content/elm-hedley-overview/) about this project.

## Install

Install Elm v0.16.0 (`npm install -g [email protected]`)

```
npm install && bower install
elm-package install -y
```

Execute with `gulp`

## Testing

In order to view the tests on the browser Start elm reactor (`elm-reactor`) and navigate to [http://localhost:8000/src/elm/TestRunner.elm](http://localhost:8000/src/elm/TestRunner.elm)