Skip to content

jcrowder/ionic-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ionic-boot

Introduction

Creating a high-performance, cross-platform mobile app with a high-fidelity native look and feel can be an intimidating task.

Set Up

Install node, cordova, ionic

Installing Ionic and its Dependencies

Install node

$ npm install -g cordova
$ npm install -g ionic

The App

Code

Getting Started

Initialize the app

$ ionic start IonicGram

$ cd IonicGram

$ ionic platform ios

$ ionic platform android

Add hooks

Add hook to ensure that anyone checking out this project will have the proper cordova plugins.

Cordova Hooks for Plugins

Share

Starter App Screenshot

Frame In

Application Layout

[Global Side Menu]

[Tabbed Profile View] tabs

Online

Offline

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published