Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.45 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.45 KB

reflex-tutorial

This repository is a playground for me to learn FRP in Haskell with reflex. It is based on this tutorial.

Additionally, it also showcase:

Getting started

Open a shell with the obelisk available:

$ ./shell-obelisk.sh

Run the web app with instant recompilation when any file is changed:

$ ob run

Then open http://localhost:8000 in your browser to see the app in action.

Create the android application:

$ nix-build -A android.frontend -o result-android

Plug your android phone and install the application (needs USB debugging):

$ ./result-android/bin/deploy