Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 897 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 897 Bytes

GAME LISTING APP

a game listing application demo.

This project project was bootstrapped using @react-native-community/cli.

Installation 📦

# clone the repo
git clone [email protected]:chafikchaban/game-listing-app.git

# go into the app's directory
cd game-listing-app

# install app's dependencies
yarn install

ENVIRONMENT 🛠️

An API_KEY is required for all http requests. make sure you get one.

Running ⚙️

To run the project you will have to setup your local environment first.

Please make sure to complete the React Native - Environment Setup.

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios