kartoza / IGRAC-Mobile

2 stars 0 forks source link

IGRAC Mobile

Install dependencies and run tests

Download the APK here : Download

:clipboard: Documentation

Mockups : https://www.figma.com/proto/5cJAFVZLHDukWBg7cqYkly

:arrow_down: Install

First, make sure you're set up for React Native

Make sure you have a reasonably recent version of Node (7.6+ minimum). You can check your version of node by running

$ node -v

Then install all the dependencies by running

$ npm install

Open Android emulator, then run this command from terminal to install the application to the emulator

$ npm run android

Finally, start the application

$ npm run start