Hi,
I made a website with ionic but i don’t know how to deploy him on my server OVH (https://www.ovh.com/fr/). I follow this step :
- npm install --global @angular/cli@next
- ng add @angular/pwa
- ionic build --prod
- put www folder on my server FTP
Show a white screen…
What i need to do please ?