I have an Ionic project and I want it to render webpage from a server (think apache). Since Ionic can render page locally (Ionic serve, I am sure it can do it.
How to do it ?
I have an Ionic project and I want it to render webpage from a server (think apache). Since Ionic can render page locally (Ionic serve, I am sure it can do it.
How to do it ?
If what you want is to serve your ionic app as a website you can just serve its www folder under Apache.