todomvc-mithril

TodoMVC app using Mithril.js with CoffeeScript and Brunch

MIT License

Stars
17

TodoMVC Mithril.js

This is a Mithril.js version of TodoMVC written in CoffeeScript and built with Brunch.

Usage

  • Install node v12.16 brew install node or apt-get install nodejs npm
  • Install dependencies npm install
  • Run dev server and watch files for changes npm start

See also

Official version