hp-todo

May 4, 2017 ยท View on GitHub

the todoMVC application using the hplayground client framework.

See it working

Running in the Hplayground IDE

There you can view, modify and run it

Status

A few things remaining.

How to

Install haskell, haste and hplayground

clone hplay-todo

  > git clone http://github.com/agocorona/hplay-todo

build the Html

  > cd src
  > hastec todo.hs --output-html

Contents

  1. 1Status
  2. 2How to