Skip to content

pangboww/openpaas-ionic

Repository files navigation

OpenPaas-ionic

This is a local mobile application for OpenPass (a social network for enterprises & organizations) by Ionic framework.

Installation

  1. clone the reposotory

     $ git clone http://ci-openpaas.linagora.com/stash/scm/or/ionic-application.git
    
  2. install Cordova, make sure you have Node.js installed, then run

     $ sudo npm install -g cordova
    
  3. install ionic

     $ sudo npm install -g ionic
    

Test this project

  1. ####Desktop browser testing Testing this app in a browser is as simple as running the serve command in this project's root folder.

     $ ionic serve
    

This will start a live-reload server for your project. When changes are made to any HTML, CSS, or JavaScript files, the browser will automatically reload when the files are saved.

  1. ####Simulator testing You can also test right in the simulator using the cordova commands from the previous chapter. For example, to test in the iOS simulator, run:

     $ ionic build ios
     $ ionic emulate ios
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published