https://github.com/3noch/chess-finder-servant-demo
Demo app for Haskell Servant
https://github.com/3noch/chess-finder-servant-demo
Last synced: 11 months ago
JSON representation
Demo app for Haskell Servant
- Host: GitHub
- URL: https://github.com/3noch/chess-finder-servant-demo
- Owner: 3noch
- Created: 2016-04-07T06:40:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-10T01:09:35.000Z (about 10 years ago)
- Last Synced: 2025-05-16T15:11:23.157Z (about 1 year ago)
- Language: Haskell
- Size: 147 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
chess-finder-servant-demo
=========================
Demo app for [Haskell Servant](http://haskell-servant.readthedocs.org/en/stable/).
Build
-----
Install [Haskell stack](http://haskellstack.com) and run `stack setup && stack build`.
To build the GHCJS-based front-end:
* `cd front`
* `git clone git@github.com:mightybyte/servant-reflex.git`
* `stack setup && make`
It takes a while.