I a new to ionic framework.
I downloaded a sample project from github
https://github.com/driftyco/ionic-angular-cordova-seed
And then I wanna test it on browser
http://ionicframework.com/docs/guide/testing.html
$ionic serve
The terminal show
Running serve task...
Running dev server at http://0.0.0.0:8100
Running live reload server at http://0.0.0.0:35729
and chrome open a new tab with URL: localhost:8100
The page show No data received with Error code : Unable to load the webpage because the server sent no data. Error code: ERR_EMPTY_RESPONSE
anyone has ideas on it?
note that I tried other sample project form github, same thing happened.