Meteor only client side with cordova

Is it possible to use only Meteor client side to do ajax callbacks to an existing server? Discarding Meteor server side.

I want to use minimongo and blaze. If I remove meteor-platform, which packages do the app need?

This app must be used as an Android app with cordova.

Thanks