36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
<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
|
|
|
|
|
|
## Get started
|
|
|
|
1. Install dependencies
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
2. Start the app
|
|
|
|
```bash
|
|
npx expo start
|
|
```
|
|
- **NOTE:** *If you are having trouble connecting or you are on a separate network from your phone, run
|
|
|
|
```bash
|
|
npx expo start --tunnel
|
|
```
|
|
|
|
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
|
|
|
|
## Additional Resources
|
|
|
|
- [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.
|