can any one having the solution for this issue.
Hi,
Why “cd d/” ?
What do you want to do ?
1 Like
i got a code from github
when i tried to run it , it isnt running.
how can i run it,
can u please tell me
fire cd … command and then ionic serve
1 Like
you have to run ionic serve command in ionic project. www is not ionic project so you have to open cmd in your ionic-firebase-shopping-cart and then run ionic serve command
1 Like
can you try these steps to create new project
$ ionic start MyTestApp blank
$ cd MyTestApp
$ ionic serve
can you try these three steps and let me know
1 Like