An open API service indexing awesome lists of open source software.

https://github.com/reubano/todomvc-mithril

TodoMVC app using Mithril.js with CoffeeScript and Brunch
https://github.com/reubano/todomvc-mithril

app featured mithril todomvc

Last synced: 3 months ago
JSON representation

TodoMVC app using Mithril.js with CoffeeScript and Brunch

Awesome Lists containing this project

README

          

# TodoMVC Mithril.js

This is a [Mithril.js](https://mithril.js.org/) version of [TodoMVC](http://todomvc.com/) written in [CoffeeScript](http://coffeescript.org/) and built with [Brunch](http://brunch.io).

## Usage

- Install [node v12.16](https://nodejs.org/en/) `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](https://github.com/MithrilJS/mithril.js/tree/next/examples/todomvc)