Asking about tutorial

I just start to learn Meteor, and then i followed the tutorial but when i start to implement the component i stuck with it i can not see it on my web, any help

Haved you tried looking at the errors in your browser’s javascript console?

What @mambolake had said and also please paste some sample code so that we have something more tangible to work with.

Hi, I think I had the same problem earlier today.

When doing the todo task app tutorial, the tasks just don’t print. Period.

Turns out you have to include main.html in the client/main.js

import ‘./main.html’;