Workshop exercises for Web, Mobile, and API, All Together: Universal Full Stack Apps in Expo Router for React Miami 2024
git clone https://github.com/keith-kurak/miami-masterclass-2024
or open with Github Desktop.
Run
npm install
Run
npx expo start
Press w
.
- Go to expo.dev/go on your phone and download "Expo Go".
- In your camera app, scan the QR code on your terminal. (your computer and phone will need to be on the same wifi)
Start at Exercise 1.
Then do:
Not really. This should work if you have a supported Node environment (e.g., 18 or 20). There's more details about setting up Expo here.
- Expo instructions for Windows 11 (PowerShell and WSL-compatible): https://docs.expo.dev/get-started/installation/#windows-terminal-support
One helpful thing to try out is to create a blank Expo app and see if it works. Run npx create-expo-app
and try to run it with the instructions above. If that doesn't work, there's quite likely something up with your local dev environment.