How to display all meteor users

I want display all users list, but don’t know how?

You can create a HTML table and use
Meteor.useres.find()
to get the data.

1 Like

thnk. I have some error at .html file)

Check out the Meteor Guide here and here.

Try: