Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 727 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 727 Bytes

ITSC_FaceReg

  1. Have Node.js(https://nodejs.org/en/), React Native(https://reactnative.dev/), Android Studio(https://developer.android.com/studio?gclid=CjwKCAjw46CVBhB1EiwAgy6M4illQJ0pyIBnGHyh9d77GqKZe2dJUiBkGHJZFwLTWUc_Wt-Tr2uayxoCVqAQAvD_BwE&gclsrc=aw.ds) installed.
  2. Run "npm install" for installing the project dependencies.
  3. Create an android virtual device with using Android Studio, or connect a mobile device (Debug mode enabled) to your computer.
  4. Run "adb devices" to see if your device is connected to the cmputer and ready for debug.
  5. Remember to have your server running before debuging the app.
  6. Run "npx react-native run-android"/"npx react-native run-ios" for running the app on your mobile device.