RADAR-base/RADAR-Questionnaire

Name: RADAR-Questionnaire

Owner: RADAR-CNS

Owner: RADAR-CNS

Description: Questionnaire mobile application for RADAR-CNS

Created: 2016-09-15 13:24:47.0

Updated: 2017-11-14 13:25:49.0

Pushed: 2018-02-01 18:03:59.0

Homepage:

Size: 18629

Language: TypeScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

RADAR-Questionnaire

bitHound Dependencies bitHound Dev Dependencies

Hybrid mobile application to actively capture data for the RADAR-CNS Platform.

Note

We use the Ionic framework, which is built with Angular and wraps Apache Cordova.

Install

First install Node.js and Yarn.

Globally install ionic and cordova:

rn global add ionic cordova

In the project folder run yarn to install dependencies:

rn

Cordova provides a simple command to install the plugins and platforms set in package.json or config.xml.

rdova prepare

To run the application in the browser use:

nic serve
Fix CSS

Use the following command to sort, format and fix common css problems:

rn fix:css
Android

To add the Android platform. You need to have the Android SDK pre installed. This step also adds the plugins listed in config.xml to the project.

nic cordova platform add android

Run the app in an Android device:

nic cordova run android

Run the app in an Android emulator:

nic cordova emulate android

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.