One code base. Running everywhere

Hi,

Can we make an app with ionic framework which has one code base, that can be run on android, ios and different browsers as well like web apps (hosted on Nginx or Apache).

Thanks.

Yes! Thats the power of Ionic in a nutshell. Besides your android/ios builds you also have a /www folder generated when you build. You can host that whole folder and it will function as a web app!

While this part is technically true, the reality is that right now it looks hinky. Ionic 4 will be closer to this reality. Right now, I think of Ionic as a codebase that can run on any handheld device. The components look best on tall, narrow screens.

Thank you both for the clarification. :grinning: