Hello,
I want to ask a question. I have an Ionic app that I would like to deploy on Netlify with ionic serve
. It is using AngularJs framework. How can I host it on Netlify?
Thanks in advance
Hello,
I want to ask a question. I have an Ionic app that I would like to deploy on Netlify with ionic serve
. It is using AngularJs framework. How can I host it on Netlify?
Thanks in advance
hi @The_Immortal_7 - i don’t know much about ionic, but this post might be useful. It explains what netlify cannot do, so, if ionic is different, it should work.
Hi,
Thanks for the information. Ionic is just like AngularJs so it can be deployed on Netlify. But I don’t know how to do that and could not get any documentation. I would be glad to know how to deploy it.
hi there, if the packages you need for this are available on npm, then you could include them in your package.json - if you need a specific build command, you’d set that there also, and that should work!