Creating a high-performance, cross-platform mobile app with a high-fidelity native look and feel can be an intimidating task.
Installing Ionic and its Dependencies
Install node
$ npm install -g cordova
$ npm install -g ionic
Code
$ ionic start IonicGram
$ cd IonicGram
$ ionic platform ios
$ ionic platform android
Add hook to ensure that anyone checking out this project will have the proper cordova plugins.
Application Layout
[Global Side Menu]
[Tabbed Profile View] tabs
