How to deploy in local machine?
Deploy Mobile UI Theme App in Local machine
Installation Steps
Download OLO app and extract it
Open terminal in extracted folder
Mobile UI Theme App
Go to folder listing-app.
Install packages by
npm install
oryarn install
Run the mobile app by
npm start
orexpo start
Scan the QR code with the Expo app (Android) or the Camera app (iOS).
Last updated