/ionic3-angular4-base

Base project for Ionic applications

Primary LanguageJavaScript

Structis MobOps

MobOps is a skeleton project

Installation Instructions

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

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

    svn checkout https://subversion/mobops/
    
  3. Navigate to the mobops directory :

    cd mobops
    
  4. Install the dependencies

    npm install
    
  5. Run the app in the browser

    ionic serve
    ```"# ionic3-angular4-base"