todomvc-mithril
todomvc-mithril copied to clipboard
TodoMVC app using Mithril.js with CoffeeScript and Brunch
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
orapt-get install nodejs npm
- Install dependencies
npm install
- Run dev server and watch files for changes
npm start