https://github.com/opengeekslab/strivermobile
https://github.com/opengeekslab/strivermobile
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opengeekslab/strivermobile
- Owner: openGeeksLab
- Created: 2017-03-15T15:55:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T09:27:59.000Z (about 9 years ago)
- Last Synced: 2025-01-09T17:54:59.592Z (over 1 year ago)
- Language: Objective-C
- Size: 3.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: support/rename.sh
Awesome Lists containing this project
README
##### Start the application in iOS simulator
```
$ react-native run-ios
```
##### Start the application in Android simulator
(If using the stock emulator, the emulator must be running)
```
$ react-native run-android
```
##### Run unit tests
```
$ npm test
```
##### Run tests every time code changes
```
$ npm run test:watch
```
##### Generate code coverage report
```
$ npm run coverage
```
## Deployment
Read the **[Deployment guide](docs/DEPLOYMENT.md)** to learn how to deploy the application to test devices, app stores, and how to use Code Push to push updates to your users immediately.