Skip to content

Commit

Permalink
updated to latest TodoMVC
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed Apr 15, 2012
1 parent 1d441e2 commit 62ad4de
Show file tree
Hide file tree
Showing 7 changed files with 500 additions and 276 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.DS_Store
14 changes: 12 additions & 2 deletions README.md
Expand Up @@ -3,15 +3,25 @@ Meteor TodoMVC

A todo app built using [Meteor](http://meteor.com), inspired by [TodoMVC](https://github.com/addyosmani/todomvc).

You can view the site at: [todomvc.meteor.com](http://todomvc.meteor.com)
Setup
=======

* Install Meteor ```$ curl install.meteor.com | /bin/sh```
* $ cd meteor
* $ meteor

The app should now be running on http://localhost:3000/

To deploy to meteor.com simply do this:

![Screen](http://f.cl.ly/items/15022c3Q0u260c3e1Y1G/%E8%9E%A2%E5%B9%95%E5%BF%AB%E7%85%A7%202012-04-14%20%E4%B8%8B%E5%8D%8812.13.12.png)
```$ meteor deploy myapp.meteor.com```

Credits
=======

- Stylesheet from [TodoMVC](https://github.com/addyosmani/todomvc)
- Meteor from [Meteor](http://meteor.com)
- This app by [siuying](https://github.com/siuying)

License
=======
Expand Down

0 comments on commit 62ad4de

Please sign in to comment.