Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 420 Bytes

readme.md

File metadata and controls

28 lines (19 loc) · 420 Bytes

Flipkart Clone - Home screen

Demo png

Installation

App requires Node.js v14+ to run.

Install the dependencies and devDependencies and start the server.

cd Flipkart-Home
npm i
node start

To run in android

npm run android

To run in ios

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