This is an Expo project created with create-expo-app.
- Homebrew
- npm
- Setup and install iOS simulator and/or Android emulator:
-
Install dependencies
npm install
-
Open split terminal and navigate to backend folder
cd backend -
Install dependencies for backend server
npm install
-
Start backend server
node server.js
-
Open simulator and/or emulator
-
Start a prebuild in first terminal
npx expo prebuild
-
Run on iOS and/or Android
npx expo run:ios npx expo run:android
You can start developing by editing the files inside the app directory. This project uses file-based routing.
To learn more about developing your project with Expo, look at the following resources:
- Expo documentation: Learn fundamentals, or go into advanced topics with our guides.
- Learn Expo tutorial: Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.
Join our community of developers creating universal apps.
- Expo on GitHub: View our open source platform and contribute.
- Discord community: Chat with Expo users and ask questions.