Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gajjartejas/assignmentapp
- Owner: gajjartejas
- Created: 2020-11-29T17:33:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-29T17:49:31.000Z (about 4 years ago)
- Last Synced: 2024-10-11T10:21:38.728Z (3 months ago)
- Language: TypeScript
- Size: 886 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```