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

https://github.com/cheft/sleet-todomvc

Sleet & Riot TodoMVC, Less than 100 lines of code
https://github.com/cheft/sleet-todomvc

Last synced: 9 months ago
JSON representation

Sleet & Riot TodoMVC, Less than 100 lines of code

Awesome Lists containing this project

README

          

# sleet-todomvc
sleet & riot todomvc

## [sleet](https://github.com/JacoKoo/sleetjs)
Sleetjs is a litte language that compiles into HTML

## [riot](https://github.com/muut/riotjs)
A React- like, 2.5KB user interface library

## code structure, less than 100 lines of code

-app
-store.coffee (4)
-todo.sleet (77)
-index.sleet (13)

## run, see [demo](http://cheft.cn/todomvc)

npm install
bower install
gulp build
gulp