This is purely a demo application built with Ionic 2 and Azure App services for the 2016 Microsoft build conference.
Here is the link to the conference. This project is just to show off Ionic v2.0 components with Azure app service in a real-world application. To learn more about Tools for Apache Cordova, visit this link.
With VS Code:
- Clone this repository.
- Run
npm install
from the project root. - Install ionic-CLI and taco-CLI (
npm install -g cordova ionic@beta taco-cli
) - Add android / iOS / windows platform to your project by running
taco platform add <platform name>
in a terminal from your project root. - Build the project by running gulp build and then
taco build <platform name>
- Deploy to device or emulator by running
taco run <platform name>
ortaco emulate <platform name>
- Success
With Visual Studio:
- Clone this repository.
- Open the build2016-vsmobile.sln in Visual Studio.
- Install npm packages by going to your Solution Explorer -> Dependencies -> npm and clicking on 'Restore Packages'.
- Once packages are restored, build the project and deploy it on an android emulator.
- Success
See CONTRIBUTING.md 🎉👍
- Menu - [ template | code ]
- Tabs - [ template | code ]
- Segments - [ template | code ]
- Search bar - [ template | code ]
- Sliding items with buttons - [ template | code ]
- Modals - [ template | code ]
- Action Sheet - [ template | code ]
- Toggle / switches - [ template ]
- Slides - [ template | code ]
- Cards - [ template ]
- Sticky headers - [ template ]
- Grid - [ template ]
- Using Angular HTTP for JSON - [ code | usage ]