Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.06 KB

MyPokedex

js-standard-style

  • Pokedex app build with React Native using pokeapi

✅ Some tecnologies

⬆️ How to Setup

Step 1: git clone this repo:

Step 2: cd to the cloned repo:

Step 3: Install the Application with yarn or npm i

Step 4: Install the Pod iOS dependencies with cd ios && pod install

Step 5: Copy the envoiroment file .env.example to .env cp .env.example .env

▶️ How to Run App

  1. cd to the repo
  2. Run Build for either OS
  • for iOS
    • run npx react-native run-ios
  • for Android
    • Run Genymotion or an AVD device
    • run npx react-native run-android