Deploy on web server

Hi,

I would like to deploy my ionic App on my web server (not as a PWA). Actually, I copy all files in www folder on my server. How to generate a clean production version ? :slight_smile:

Thanx for your help :slight_smile:

1 Like

What do you mean by that? A website that looks a bit like an app is a PWA…

ionic build --prod, then copy www.

1 Like