This is an implementation of TodoMVC.
- lix based setup:
npm install
and usenpm run build
for building (or use the included VS Code setup) - using haxelib:
haxelib install todomvc.hxml
,npm install less
(unless you have less already of course) andhaxe todomvc.hxml
for building. Please note that the haxelib based build may randomly break, because the dependencies are not locked down.