Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

mthadley/metal-tsx-todomvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoMVC with Metal-JSX and Typescript

An example project implementing TodoMVC with metal-jsx and Typescript. See it running here.

This was made to see how difficult it would be to add a useful amount of type safety to a project using Metal.js, despite there being no existing typings available. I would say the end result was very good. So good thats it's hard to imagine not using something like Typescript (or possibly flow) for any future javascript applications.

Running

$ yarn install
$ npm run build
$ open dist/index.html