I really like what I'm seeing with Web components in Dart. I had a look at the web page containing the different examples and would love to try it out.
If however I try any of the Samples on the page (like the helloworld example), by just pasting it in my dart editor, it just doesn't work. The TodoMVC app works, but it seems quite messy with all of those files just to run a one page app, and while serves as a good example of a fully working app, it's not a good starting point to learn.
Being a newbie in dart it's not very clear how I can start to use Web Components myself. What would be nice is if there was a very simple tutorial on the Web Components page, that shows you how to start from scratch to create a very simple app using web components.
Even the Hello World app would be good for this purpose.
Does someone have a good example of how to start with web components in dart?