I'm new to MeteorJS and I think it's a better alternative to the MEAN stack I used in one of my projects. I like the angular-meteor package (https://github.com/Urigo/angular-meteor) but I think it's mainly for adding AngularJS support to a MeteorJS app and not the other way around.
How would you approach adding MeteorJS to an existing AngularJS or MEAN stack app? I am thinking of creating a new MeteorJS app and install the angular-meteor package and then start importing my AngularJS modules from existing project. Is this the best approach? Can you share some tips or best practices?