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 !!
- Host: GitHub
- URL: https://github.com/dipanshkhandelwal/cruzz_app
- Owner: DipanshKhandelwal
- Created: 2018-08-23T03:40:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T15:02:14.000Z (almost 7 years ago)
- Last Synced: 2025-03-17T08:38:01.304Z (8 months ago)
- Topics: android, cross-platform, ios, react, react-native, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.53 MB
- Stars: 10
- Watchers: 2
- Forks: 6
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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)