UniEconomyMobile

Native mobile APP

Setting up the project

1 - Install nativescript development environment by following the NativeScript Installation Guide

2 - Clone the repository

$ git clone git@github.com:unimicro/UniEconomyMobile.git

3 - Run the project using following commands

iOS

$ tns run ios --emulator

Android Startup a emulator on Genymotion. Check if the emulator is available by running,

$ tns devices

Run the app using,

$ tns run android

   

Run Tests

Project is configured with Jasmine test setup with karma test runner.

iOS Prepare the emulated app for testing.

$ tns emulate ios

On the new terminal execute tests.

$ tns test ios --emulator

Android Startup a emulator on Genymotion. Check if the emulator is available by running,

$ tns devices

Run tests using,

$ tns test android