| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository is a playground for me to learn FRP in Haskell with reflex. It is based on this tutorial.
Additionally, it also showcase:
Open a shell with the obelisk available:
$ ./shell-obelisk.shRun the web app with instant recompilation when any file is changed:
$ ob runThen open http://localhost:8000 in your browser to see the app in action.
Create the android application:
$ nix-build -A android.frontend -o result-androidPlug your android phone and install the application (needs USB debugging):
$ ./result-android/bin/deploy| Back | FazBrowse Home | New Git URL |