This samples shows how to have multiple tabs in a Ionic application.
Thankx to:
- Josh Morony https://www.joshmorony.com
- https://github.com/ionic-team/ionic-conference-app/blob/master/README.md
- Download the installer for Node.js 6 or greater.
- Install the ionic CLI globally:
npm install -g ionic
- Clone this repository:
git clone https://github.com/iwhp/ionic-multiple-tabs.git
. - Run
npm install
from the project root. - Run
ionic serve
in a terminal from the project root.