/Flip-Card-Game

Flip Card Game

Primary LanguageJavaScript

React Native Flip Card Game

Tools . How To Run .

Card_game.mov

📝 Tools

make sure the below is already installed

  • node and ( npm or yarn )
  • Java jdk

❓ How to run

git clone https://github.com/rjravijoshi111/Flip-Card-Game.git
cd Card-Game

if you using npm

npm install

if you using yarn

yarn install

if all depedencies is installed, and than run it on android / ios

# for ios
npx react-native run-ios

# for android
npx react-native run-android