Deploy Ionic project as a website

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 ?

are you able to post of your website url ?
and also index.html of the www folder ?

Okay that was because the files was not in the racine of my server ! Is working fine now ! :smiley:

Thanks !