Reputation: 45
I'm new to ionic framework and I want to deploy my app to my website and I put 'www' folder into my website but it only shows blank page .
Upvotes: 1
Views: 542
Reputation: 429
Try running below command in the root directory,
ionic build
It will compile the project and create www
folder for you.
Upvotes: 1