Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oarthurzanoni/devfinance-mobile

React Native version of DevFinance
https://github.com/oarthurzanoni/devfinance-mobile

money-management react-native typescript

Last synced: about 1 month ago
JSON representation

React Native version of DevFinance

Awesome Lists containing this project

README

        




DevFinance Mobile

A React Native version of [DevFinance](https://mitacho.github.io/devfinance)

## Layout

## Android Developer Instructions

**clone and install dependencies**

```bash
git clone https://github.com/Mitacho/devfinance-mobile.git
yarn install
```

**run the React Native app**

open a terminal instance and type the following command in the project root folder:

```bash
yarn start
```

open another terminal instance and type the following command in the project root folder:

```bash
yarn android
```