I started a clean project using ionic2 based on a tab pattern by following these steps:
$ ionic start <myapp> --v2
$ cd <myapp>
$ ionic serve
Then the conclusion from is ionic servetrue:
> ionic-hello-world@ ionic:serve /home/luan/<myapp>
> ionic-app-scripts serve "--v2" "--address" "0.0.0.0" "--port" "8100" "--livereload-port" "35729"
If I try to open localhost:8100, there will be no answer.
The files and project code are the same as the tab template, but it just doesn't win. Can anybody help?
UPDATE: My ionic info
My system information:
Cordova CLI: 6.5.0
Ionic Framework Version: 2.3.0
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
Ionic App Scripts Version: 1.2.2
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Linux 4.4
Node Version: v6.10.0
Xcode version: Not installed
source
share