Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sleexyz/reflex-calculator
https://github.com/sleexyz/reflex-calculator
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/sleexyz/reflex-calculator
- Owner: sleexyz
- Created: 2016-02-08T23:44:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-09T16:01:55.000Z (over 8 years ago)
- Last Synced: 2024-04-14T11:22:45.385Z (7 months ago)
- Language: Haskell
- Size: 1.95 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reflex calculator
Following calculator tutorial on [ryantrinkle/try-reflex](https://github.com/ryantrinkle/try-reflex)
## build?
1. clone [ryantrinkle/try-reflex](https://github.com/ryantrinkle/try-reflex)
2. set up try-reflex (by running `./try-reflex` once cloned and cd'd)
4. put `work-on` script in your PATH (or put a script in your path that passes arguments to work-on)
3. clone this and go here
4. run `work-on ghcjs ./.` to enter development environment via nix-shell
5. once in nix-shell, run `ghcjs Main.hs`