How to deploy in local machine?
Last updated
Was this helpful?
Last updated
Was this helpful?
app and extract it
Open terminal in extracted folder
Go to folder listing-app.
Install packages by npm install
or yarn install
Run the mobile app by npm start
or expo start
Scan the QR code with the Expo app (Android) or the Camera app (iOS).