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
- Host: GitHub
- URL: https://github.com/reubano/todomvc-mithril
- Owner: reubano
- License: mit
- Created: 2017-05-05T19:47:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T06:46:02.000Z (about 3 years ago)
- Last Synced: 2025-03-26T10:11:23.504Z (7 months ago)
- Topics: app, featured, mithril, todomvc
- Language: CoffeeScript
- Homepage:
- Size: 179 KB
- Stars: 17
- Watchers: 2
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)