Reputation: 15
I'm new to meteor and I'm learning to design Blaze app and it says I've to write this body.html to import/ui/, unfortunatly I can't find that dir. Am I supposed to create one or it's a default dir generated by meteor create stuff
Upvotes: 0
Views: 36
Reputation: 546
meteor create
doesn't create import/ui/
, it's up to you.
It is just recomendation, you are free to choose any structure you want, keeping in mind few specific things like loading order.
A Meteor Guide is a greate place to know more about application structure.
Upvotes: 1