cordova - How to launch an ionic web app - where should ionic server be running? -


i building ionic app prototyping purposes. first version want web based app. know how run app locally on computer - type ionic serve , app runs. however, have remote clients, not sure how run app. need have ionic server running @ port on main server, , have clients make requests port on server ip address? how this?

you take www folder , place on web server. that's there it.

say web server address bharat.com , placed www folder in web server root. in case, ionic app visible @ bharat.com/www.


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -