I've started learning Meteor.js and it seems fabulous for single page app. But I only know how to create one page for the entire site.
How can I add a static page to http://domain.com
and have my Meteor app run at http://domain.com/app
? For your solution, will your page actually change when you go to domain.com/app
from domain.com
?