Skip to content

decozzfx/yoripe-tmdb

Repository files navigation

installation & setup your project

  1. Clone Repo Make sure you have a Lapakgaming-FE clone repository.
    git clone https://github.com/decozzfx/yoripe-tmdb.git
  2. Install dependencies
    cd yoripe-tmdb
    npm install or yarn
  3. Setup env variable Example: .env.template file to .env and replace the value with yours

Run Application

iOS Simulator

react-native run-ios

npm start or yarn start
Android emulator
react-native run-android

npm start or yarn start