why ionic www folder is showing blank content

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

Answers (1)

yashpatelyk
yashpatelyk

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

Related Questions