https://github.com/tfc/reflex-servant-backend-frontend-example
https://github.com/tfc/reflex-servant-backend-frontend-example
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tfc/reflex-servant-backend-frontend-example
- Owner: tfc
- License: unlicense
- Created: 2021-01-25T20:28:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T18:52:19.000Z (over 4 years ago)
- Last Synced: 2025-03-03T05:28:23.850Z (over 1 year ago)
- Language: Nix
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Haskell Reflex + Servant Example
This repository contains a minimal running example of a reflex frontend to a
servant HTTP service. Both communicate via the servant API in `common`.
## Run the example
In order to run the app, you can build and execute `nix/backend-runner.nix`.
Then, open `http://localhost:3000`.
```bash
$(nix-build nix/backend-runner.nix)/bin/backend-example
```