Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 590 Bytes

File metadata and controls

29 lines (22 loc) · 590 Bytes

hackunt2023

how to run the project

start the server: node server.js or npm run dev (with nodemon)

run the react native app: expo start npx react-native start

run project on phone

connect phone to computer and same wifi network connect with expo go use phone camera to scan qr code with expo go app

run react

Navigate to the directory and run one of the following npm commands.

  • cd app
  • npm run android
  • npm run ios
  • npm run web

to run on emulator

npx react-native run-ios # for iOS npx react-native run-android # for Android