This maybe a stupid question but I want to be able to click on index.html and have the web version of my app. Without running ionic serve. Is this possible? I want to be able to serve an app preview to clients from a folder in a CMS.
Run either npm run ionic:build --prod
or npm run ionic:build
and upload the contents of the www
folder to wherever you want the app to be accessible from.
Ah cool thanks. So now all I need to do is put this in an iframe. With a max width.