This is a local mobile application for OpenPass (a social network for enterprises & organizations) by Ionic framework.
-
clone the reposotory
$ git clone http://ci-openpaas.linagora.com/stash/scm/or/ionic-application.git
-
install Cordova, make sure you have Node.js installed, then run
$ sudo npm install -g cordova
-
install ionic
$ sudo npm install -g ionic
-
####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.
-
####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