radiegtya / meteoris2

a Realtime Javascript Boilerplate base on Meteor Js Framework
MIT License
246 stars 46 forks source link

discrepancy in url/dir structure #75

Open polished85 opened 9 years ago

polished85 commented 9 years ago

The docs show that under './client/views' there should be 2 nested directories, backend and frontend. This can also be seen in the url structure of the live demo at 'http://meteoris.piyiku.biz/frontend/posts/index'. After cloning the project I immediately noticed that the backend and frontend directories are missing, and that the included files seem to be for the backend.

What is the correct way to organize my views and what is the recommended way to create frontend views for posts, just like the live demo?