In your local directory: npm install expo brew install node brew install watchman
Frontend: cd frontend npm i npx expo install @react-navigation/native @react-navigation/bottom-tabs react-native-screens react-native-safe-area-context npx expo start
Backend: npm start npm run dev (read console log)
MAKE SURE TO ADD .env
Other Commands & Using Expo Go: › Press s │ switch to development build
› Press a │ open Android › Press i │ open iOS simulator › Press w │ open web
› Press j │ open debugger › Press r │ reload app › Press m │ toggle menu › shift+m │ more tools › Press o │ open project code in your editor
› Press ? │ show all commands