/ionic-2-sidemenu-tabs

File For Tutorial at http://pointdeveloper.com/ionic-2-side-menu-with-tabs

Primary LanguageTypeScript

Ionic 2 sidemenuTabs template

This is a hybrid (sidemenu + tabs) template for Ionic 2 projects.

How to use this template

This template does not work on its own. The shared files for each starter are found in the ionic2-app-base repo.

To use this template, either create a new ionic project using the ionic node.js utility, or copy the files from this repository into the Starter App Base.

With the Ionic CLI:

Use the ionic start command as shown below:

$ sudo npm install -g ionic cordova
$ ionic start sidemenuTabs https://github.com/pointdeveloper/ionic-2-sidemenu-tabs --v2

Then, to run it, cd into sidemenuTabs and run:

$ ionic platform add ios
$ ionic run ios

Substitute ios for android if not on a Mac.