Repository for the implementation phase of the NavUP system involving the creation of a front-end and hybrid mobile application.
- Nodejs v6+
- Npm
- Android SDK
- sudo npm install -g bower cordova ionic karma jasmine angular-cli tslint typescript
- sudo npm install
- ionic platform add android
- ionic platform add ios
- ionic serve
- ionic build android
- ionic build ios
Unit tests are done through using testing frameworks, this app uses Karma with Jasmine tests and is run using angular-cli. You can test the application by using the command
- npm test