Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephanhoyer/mithril-talk
Example app (TodoMVC) with mithril in one hour
https://github.com/stephanhoyer/mithril-talk
Last synced: about 2 months ago
JSON representation
Example app (TodoMVC) with mithril in one hour
- Host: GitHub
- URL: https://github.com/stephanhoyer/mithril-talk
- Owner: StephanHoyer
- Created: 2015-02-05T21:07:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-26T03:39:03.000Z (over 9 years ago)
- Last Synced: 2024-10-14T12:56:37.293Z (3 months ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mithril-talk
I held a talk [@leipzigjs](https://twitter.com/leipzigjs) about [mithril](http://lhorie.github.io/mithril).
[Here](http://slides.com/stephanhoyer/mithril-js#/) are the slides.
As example app, I show how to code TodoMVC with mithril in one hour (cheated).
The code can be found in `example` directory. It has to be improved though.