https://github.com/yannick-cw/paraglidingin_front_elm
Frontend for the paragliding second hand finder, written in elm + haskell
https://github.com/yannick-cw/paraglidingin_front_elm
elm frontend haskell paragliding
Last synced: about 1 month ago
JSON representation
Frontend for the paragliding second hand finder, written in elm + haskell
- Host: GitHub
- URL: https://github.com/yannick-cw/paraglidingin_front_elm
- Owner: yannick-cw
- License: other
- Created: 2017-05-11T12:14:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T18:58:11.000Z (over 8 years ago)
- Last Synced: 2025-08-10T03:25:50.720Z (3 months ago)
- Topics: elm, frontend, haskell, paragliding
- Language: Elm
- Homepage:
- Size: 86.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Paragliding Frontend App
An elm frontend served by a haskell server
### Stack Setup
Setup Stack witch `stack setup`
### How to run the development environment
`stack build && stack exec haskellServer-exe` Runs he application and serves the on `localhost:8081`
Start a watcher for the elm project so that the elm compiler starts after file change.
`cd elm/ && npm i && npm run watch`