/reflex-todomvc

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

This is an attempt at TodoMVC via reflex.

It assumes that you have Nix installed.

You can build the project with:

nix-build

and you can run a development server on port 8080 with:

nix-shell
dev-server.sh