Web application

Hi all,
I’m writing a web application based on ionic and angular. It doesn’t access to any hardware but makes soap calls.
So far i tested it with the classic ionic serve command but, thinking about the release on our server, I’m wondering how to release it.
My guess is that i don’t need to compile, neither to define a platform:this is a web application.

Can someone clarify me this procedure, please?
Or is it better to move to other framework?
thanks!

Hey @stemmo!
If your app doesn’t use any cordova functionality, just upload the WWW contents to the public_html (or htdocs) folder of your server.

There’s no problem using Ionic for that.

if you target only mobile devices, Ionic is great but if you target also desktop browsers then I guess Bootstrap would be better.