📱
Mobile Apps
  • Mobile app documentation.
  • đŸšĻAPI
  • Make app
    • đŸ“ēVideo
    • âš™ī¸Setup the project
    • đŸ•šī¸Run project locally
    • 🚀Deploy app
    • 📲Push notification
  • Changelog
    • 📅Apps changelog
    • 🆕Download new updates
Powered by GitBook
On this page
  • Install expo
  • Install project node dependencies
  • Run the project locally

Was this helpful?

  1. Make app

Run project locally

PreviousSetup the projectNextDeploy app

Last updated 1 year ago

Was this helpful?

Install

To install Expo, you can follow their offical docs .

In general, if you have node installed, just run this.

npm install --global expo-cli

Install project node dependencies

Navigate to your project and run

yarn install

This will install all the needed node dependencies

Run the project locally

Execute

npx 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.

đŸ•šī¸
expo
here