Cordova (ionic) app - render it as demo on a website in the iframe

I'm building a mobile app using PhoneGap (Cordova) library with AngularJS and Ionic framework for UI.

I'm wondering if it's possible to render it (in a form of a demo) on the web landing-page (e.g. in an iFrame).

What would be the best approach to do it? I assume I would need some sort of a web-server... Are there any pre-built solutions?

It's just for the purpose of the demo. Doesn't have to be fully-featured.

Thanks for any suggestions.