Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.4 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.4 KB

QOON GAME

QOON GAME

Setup instructions

1. Enter the project source code folder

cd ./qoon

2. Install dependencies

# Install npm dependencies
npm install
react-native link

3. Install the app on emulator

npm run android

3. Start your app

npm start