Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.1 KB

readme.md

File metadata and controls

37 lines (23 loc) · 1.1 KB

Build Status Code Climate Test Coverage

Budget Blocks

A basic budgeting app for iOS and soon Android

screenshot

Requirements

Building the project

nvm use
npm install
npm start

Running the tests

nvm use
npm install
npm test

Running on android

react-native run-android
adb reverse tcp:8081 tcp:8081
adb shell input keyevent 82
adb logcat *:S ReactNative:V ReactNativeJS:V