Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gajjartejas/assignmentapp

A react-native app build with typescript, redux, redux-persist and saga.
https://github.com/gajjartejas/assignmentapp

Last synced: about 2 months ago
JSON representation

A react-native app build with typescript, redux, redux-persist and saga.

Awesome Lists containing this project

README

        

### Setup the environment

make a sure you have react-native is already setup according to facebook docs.

To install node modules
run below command on project root directory

```
npm install
```

### Run iOS app

First install the pods by running. Make a sure you are on the project root directory.

```
cd ios
pod install
```

### Run Android app

Open android project in the Android studio.

To run tests, run the following command
```
npm test
```