🕹
Run project locally
In general, if you have node installed, just run this.
npm install --global expo-cli
Navigate to your project and run
yarn install
This will install all the needed node dependencies
Execute
expo start
This will start local expo server, and you are ready to test the app on simulator, or on your device via Expo Go app ( https://expo.dev/client ).
Last modified 1yr ago