Skip to content

lokibhardwaj/IONIC-Sample

Repository files navigation

This is a sample application that demonstrates how to build mobile apps with Ionic 3 , Angular 4 and Typescript 2.

Installation Instructions

Follow these instructions to install the app and run it with the mock (in-memory) data services:

  1. Make sure you have the latest version of Cordova and Ionic:

    npm install -g cordova
    npm install -g ionic
    
  2. Clone the repository:

    git clone https://github.com/lokibhardwaj/IONIC-Sample.git
    
  3. Navigate to the IONIC-Sample directory :

    cd IONIC-Sample
    
  4. Install the dependencies

    npm install
    
  5. Run the app in the browser

    ionic serve
    

Using REST Services

Follow these instructions to run it with the REST data services:

Add Rest service url reference to `provider/rest

About

IONIC Mobile app sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages