Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are some popular ember.js open-source projects? [closed]

I'm looking for more ember.js projects to learn from. If you know any, please provide in the format of: running site and source code

Note that both components should be provided, because there are too many example source code tutorials that I can't get to run. So they don't even have to be examples, tutorials, or have explanations, simply a running website with its source code would be good enough to learn from.

I am especially interested in stand-alone ember.js projects, without interactions with Ruby and others. Pure Ember.js running example websites with code.


Answers Compiled: Stand-alone ember.js open source projects:

  • TodoMVC and source

  • Emberpress game and Github source, annotated source

  • Bloggr-client and Github source

like image 327
HaoQi Li Avatar asked May 28 '13 21:05

HaoQi Li


2 Answers

Check out: http://emberwatch.com/#examples

Not only do they have great examples there but also a collection of tutorials and screencasts

like image 180
ianpetzer Avatar answered Nov 22 '22 19:11

ianpetzer


Checkout out this:

https://github.com/discourse/discourse

And the running fully functional website :

http://www.discourse.org/

like image 40
Mawaheb Avatar answered Nov 22 '22 21:11

Mawaheb