8000 GitHub - qmainuddin/poke-store: This is a mobile application for the Pokemon enthusiasts where the user can explore, select and purchase Pokemon in an intuitive way.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This is a mobile application for the Pokemon enthusiasts where the user can explore, select and purchase Pokemon in an intuitive way.

Notifications You must be signed in to change notification settings

qmainuddin/poke-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poke-store

This is a mobile application for the Pokemon enthusiasts where the user can explore, select and purchase Pokemon in an intuitive way.

Getting started

Please follow the steps to properly run the project.

Requirements

  • npm: '10.2.3',
  • node: '20.10.0',

Step 1

Clone the project.

Step 2

First go to the project folder by

  cd poke-store

Step 4

Run the following command:

  npm install

Follow instruction for iOS

RUN this command:

  cd ios/ && pod install && cd ..

Open the pokeStore.xcodeproj file in Xcode as project

Run the project from Xcode.

To do E2E, build the project from terminal:

    xcodebuild -workspace pokeStore.xcworkspace -scheme pokeStore -configuration Debug -sdk iphonesimulator

Replace:

    binaryPath: './ios_binary/pokeStore.app',

with your binary file location in detox.config.js file.

Follow instruction for Android

  1. Load the project into Android Studio
  2. Connect to emulator or your device
  3. run the following command to start metro server
  npm start
  1. Run the command if you are using real device to connect
  adb reverse tcp:8081 tcp:8081
  1. Run the project from Android Studio

Detailed documentation

Please follow the Google Doc link for more details about the project.

About

This is a mobile application for the Pokemon enthusiasts where the user can explore, select and purchase Pokemon in an intuitive way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0