Skip to content

jecaro/reflex-tutorial

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages