/examples-todomvc

TodoMVC built with coconut.

Primary LanguageHaxeThe UnlicenseUnlicense

TodoMVCoconut

Gitter

This is an implementation of TodoMVC.

Online Demo

Setup and Build

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