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
- Host: GitHub
- URL: https://github.com/cheft/sleet-todomvc
- Owner: cheft
- Created: 2015-02-15T09:40:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-21T16:19:15.000Z (over 11 years ago)
- Last Synced: 2025-05-11T07:14:47.031Z (about 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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