#ionic3tabs
how to create ionic 3 tabs app
First, create get a blank template and add platform then run. Simply run below command in terminal
01 $ ionic start myApp tabs --type=ionic-angular
02 $ cd myApp/
03 $ ionic serve
to run real device
04 $ ionic cordova platform add ios
05 $ ionic cordova run ios
full source code you can find here
https://codezoon.com/tabs
subscribe to get the latest video.