https://github.com/Gizra/elm-hedley
Elm web app with Headless Drupal backend
https://github.com/Gizra/elm-hedley
Last synced: about 1 month ago
JSON representation
Elm web app with Headless Drupal backend
- Host: GitHub
- URL: https://github.com/Gizra/elm-hedley
- Owner: Gizra
- License: mit
- Created: 2015-09-04T18:43:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T14:42:23.000Z (almost 8 years ago)
- Last Synced: 2024-04-14T09:40:43.129Z (about 1 year ago)
- Language: Elm
- Homepage: https://gizra.github.io/elm-hedley
- Size: 1.32 MB
- Stars: 308
- Watchers: 18
- Forks: 36
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - Gizra/elm-hedley - Elm web app with Headless Drupal backend (others)
README
[](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)