josemigallas / cordova-showcase-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cordova Showcase Application Template

Android Compatible green iOS Compatible green Ionic%20Version 3 green Angular%20Version 4 green typescript cordova showcase template

A template application to showcase features from Aerogear Js SDK.

As this application showcases features from Aerogear Js SDK ensure you checkout the desired git tag for whatever SDK version you intend to run. Check NPM for associated versions and releases. == Build Instructions

Running the App

This application can be run as a showcase using a published version of the AeroGear Js SDK, or as a development aid to working on the SDK.

Run Showcase

The master branch will always track to the latest release of the SDK.

To build the showcase app, run:

npm install
npm run ionic:build

You can choose to run the application in either an emulator or a browser.

npm run ionic:serve // to run a browser

npm run ionic:android // to run in an android emulator

npm run ionic:ios // to run in an ios emulator

Development and Contributing

Looking to use the showcase for development purposes with the SDK please take some time to read the General Contributing Guide

About

License:Apache License 2.0


Languages

Language:TypeScript 69.2%Language:HTML 20.6%Language:CSS 9.2%Language:JavaScript 1.1%