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

https://github.com/dipanshkhandelwal/cruzz_app

Welcome aboard !!
https://github.com/dipanshkhandelwal/cruzz_app

android cross-platform ios react react-native reactjs

Last synced: 8 months ago
JSON representation

Welcome aboard !!

Awesome Lists containing this project

README

          

# cruzz_app

Welcome aboard!

### Website

* #### Repository - [https://github.com/mohitkyadav/cruzz-web/](https://github.com/mohitkyadav/cruzz-web/)

* #### Link - [https://mohitkyadav.github.io/cruzz-web/](https://mohitkyadav.github.io/cruzz-web/)

### API

* #### Repository - [https://github.com/Monal5031/cruzz](https://github.com/Monal5031/cruzz)

* #### Docs Reference - [https://github.com/Monal5031/cruzz/blob/master/docs/API_Docs.md](https://github.com/Monal5031/cruzz/blob/master/docs/API_Docs.md)

## Steps to run

* Clone the repository

``` bash
git clone https://github.com/DipanshKhandelwal/cruzz_app.git
```

* go to `cruzz_app`

``` bash
cd cruzz_app
```

* Install `node_modules`
``` bash
npm i
```

* Build apk and run in phone or emulator
``` bash
react-native run-android
```

* Start the packager
``` bash
react-native start
```

> For other running instructions and setup go through the android and react native setup refer here :
> * [Android setup](https://developer.android.com/studio/intro/)
> * [React Native setup](https://facebook.github.io/react-native/docs/getting-started.html)