Ten meteor project you should know - maodouio/meteor-lean-startup-camp GitHub Wiki
Welcome to the meteor-lean-startup-camp wiki!
Meteor Basic
- Template ( Html )
- Helper ( Data ) & Event ( Control )
- Session ( Reactive )
- DB Collection ( DataBase )
- Mongo (insert, remove, update, find)
- Router (render, go)
- 1 Router.configure -> Layout
- 2 Layout template -> {{> yield}}
- 3 Router.js -> localhost:3000/messages -> this.render('messages');
- 4 render('template_name') -> {{yield}}
1. hello
- meteor create hello
2. coffeescript-chat 聊天室
3. leaderboard
- meteor create --example leaderboard
- [Demo] http://maodou-leaderboard.meteor.com
- [Code] https://github.com/limingth/leaderboard
3.1 leaderboard enhanced
- [Demo] http://hero.meteor.com/
- [Code] https://github.com/klbjlabs/hero
4. fakebook
- [Demo] http://maodou-fakebook.meteor.com/
- [Code] https://github.com/limingth/fakebook
- [Video] https://www.youtube.com/watch?v=MbZnf9Fa8UE
5. maodou-bbs
6. liklak
- [code for liklak] https://github.com/limingth/pikpak
- [Demo website] http://liklak.meteor.com
7. welearn
8. todone 带有标签tag功能的todolist
- [Meteor自带例子todos] http://todos.meteor.com/
- [Demo] http://todone.meteor.com/
- [code] https://github.com/foobarbecue/todone
9. meteorhunt
- [Demo] http://meteorhunt.meteor.com/
- [Code] https://github.com/meteoric/meteorhunt
- [boilerplate] https://github.com/dalequi/meteor-meteoric-boilerplate
- [boilerplate2] https://github.com/Differential/meteor-boilerplate
10. welog
- [Demo] http://welog.meteor.com
- [Code] https://github.com/kevingzhang/welog