Skip to content

KMoraz/build2016-vsmobile

 
 

Repository files navigation

MS Build Conference Application

vsts build status

This is purely a demo application built with Ionic 2 and Azure App services for the 2016 Microsoft build conference.

Important!

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.

Table of Contents

Getting Started

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> or taco 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

Contributing

See CONTRIBUTING.md 🎉👍

Use Cases

App Preview

iPhone 6

Samsung Galaxy S5

About

Cordova demo app for Build2016 using ionic2 beta

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.8%
  • HTML 24.7%
  • CSS 15.9%
  • JavaScript 6.6%