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!!