https://github.com/4sskick/rn_quran_kids
https://github.com/4sskick/rn_quran_kids
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/4sskick/rn_quran_kids
- Owner: 4sskick
- Created: 2023-05-15T04:03:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T10:28:57.000Z (7 months ago)
- Last Synced: 2025-01-14T15:50:08.942Z (4 months ago)
- Language: TypeScript
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
## Requirements
- A Mac, Linux, Windows computer.
- [NVM](https://github.com/creationix/nvm).
- [NodeJS](https://nodejs.org/). Install using nvm > 10: example: `nvm install v16.18.1`. Remember to add `nvm use v16.18.1` to your preferred shell startup file. I'm using `v14.21.3`
- You may need to install npm globally `npm install -g npm`.
- It is recommended you restart your shell to ensure changes added the startup file are applied.## Developing
**Clone this repository**
```bash
$ git clone https://github.com/4sskick/rn_quran_kids.git
```**Install**
```bash
$ cd rn_quran_kids
$ npm install or yarn install or yarn
```### Running on iOS simulator
- Cd folder IOS `cd ios` and `pod install`
- After install back folder `cd ..`
- Run `yarn start` and `yarn ios`### Running on Android simulator
- Install dependency `yarn install`
- Run `yarn start` and `yarn android`### Running unit test
- on root project folder `yarn test`