ionic-tutorial icon indicating copy to clipboard operation
ionic-tutorial copied to clipboard

Cannot get /

Open ivanoats opened this issue 10 years ago • 1 comments

I tried the tutorial today. It's the first time I've installed ionic. I installed ionic with: npm -g install ionic cordova

I have the server running on port 5000, and in a different tab, executed the commands in the tutorial at http://ccoenraets.github.io/ionic-tutorial/create-ionic-application.html

ionic --version
Ionic CLI version 1.0.17
npm -g ls ionic --depth=0                                                                                                                      /usr/local/opt/nvm/v0.11.13/lib
└── [email protected]

It seems like the template for sidemenu has changed paths, and the express server path no longer works. Could you please check it out and let me know?

ivanoats avatar Jul 18 '14 23:07 ivanoats

are you sure you were in the ionic-tutorial directory when you executed ionic start conference sidemenu? Do you now have a conference directory under ionic-tutorial?

ccoenraets avatar Jul 20 '14 14:07 ccoenraets