Skip to content

Is There a Fully Functional App Example?

Manabu Tokunaga edited this page Mar 16, 2017 · 1 revision

Problem

You want to see a fully functional example of Mithril 1.x with TypeScript in action.

Solution

I have ported todomvc in Typescript and it is fully functional.

It is found at https://github.com/imanabu/todomvc/tree/master/examples/typescript-mithril-1.0

Clone this wiki locally