2025-01-28 10:34:04 -06:00
< img src = "https://git.gibbyb.com/gib/Tech_Tracker_Web/raw/branch/master/public/images/tech_tracker_logo.png" alt = "Tech Tracker Logo" width = "50" / >
# Tech Tracker Expo Application
2025-01-28 08:19:46 -06:00
## Get started
1. Install dependencies
```bash
npm install
```
2. Start the app
```bash
npx expo start
```
2025-01-28 10:26:44 -06:00
- **NOTE:** *If you are having trouble connecting or you are on a separate network from your phone, run
```bash
npx expo start --tunnel
```
2025-01-28 08:19:46 -06:00
In the output, you'll find options to open the app in a
- [development build ](https://docs.expo.dev/develop/development-builds/introduction/ )
- [Android emulator ](https://docs.expo.dev/workflow/android-studio-emulator/ )
- [iOS simulator ](https://docs.expo.dev/workflow/ios-simulator/ )
- [Expo Go ](https://expo.dev/go ), a limited sandbox for trying out app development with Expo
2025-01-28 10:26:44 -06:00
## Additional Resources
2025-01-28 08:19:46 -06:00
- [Expo documentation ](https://docs.expo.dev/ ): Learn fundamentals, or go into advanced topics with our [guides ](https://docs.expo.dev/guides ).
- [Learn Expo tutorial ](https://docs.expo.dev/tutorial/introduction/ ): Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.