No file: www after ionic build

Hi,

I would like to run ionic build command and have created folder www. But after I ran this comand (ionic build) the folder www isnt created ? why ? what can I do that ill have the folder?

I did:

  • ionic install
  • ionic start myapp
  • go in myapp
  • ionic serve
  • ionic build
    (Ionic with reactjs )

I got folders like build, node_modules, public and src
but not www

Thank you!!

Since you’re using react, their tools will create a build or dist folder instead of a WWW folder. So you should be good

Hi mhartington,
I see thank you!!