Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 447 Bytes

readme.md

File metadata and controls

29 lines (20 loc) · 447 Bytes

Players

Application to get list of players by country

Demo gif

Installation

Players requires Node.js v14+ to run.

Install the dependencies and devDependencies and start the server.

cd players
npm i
node start

To run in android

npm run android

To run in ios

cd ios && pod install && cd ..
npm run ios