Skip to content

karolchoron/FoodieFitEXPO

Repository files navigation

Foodie Fit - aplikacja wieloplatformowa w React Native Expo

English version below

Uwaga: Upewnij się, że prawidłowo skonfigurowałeś środowisko React Native Expo - Environment Setup.

Krok 0: Zainstaluj pakiety NPM

Aby zainstalować pakiety npm, musisz uruchomić nastepującą komendę:

npm install

Krok 2: Uruchom serwer Metro Bundler

Aby uruchomić Metro Bundler, uruchom następującą komendę z katalogu głównego projektu:

# using npm
npx expo start

Step 2: Uruchom aplikację

Po uruchomieniu serwera Metro w konsoli pojawi się menu. Wystarczy kliknąć odpowiednią literę na klawiaturze, aby uruchomić aplikację dla odpowiedniej platformy:

  1. a - Android
  2. i - iOS
  3. w - Web

Aplikację można również uruchomić za pomocą następujących poleceń:

npx expo start --android
npx expo start --ios
npx expo start --web

Aby uruchomić aplikację na fizycznym urządzeniu należy zainstalować aplikację Expo Go a następnie zeskanować telefonem kod QR z menu Metro

To wszystko! Miłego korzystania z aplikacji FoodieFit!


Foodie Fit - React Native Expo cross platform App

Note: Make sure you have completed the React Native Expo - Environment Setup.

Step 0: Install NPM packages

To install npm packages, you run following command:

npm install

Step 1: Start the Metro Server

To start Metro Bundler, run the following command from the root of your React Native project:

# using npm
npx expo start

Step 2: Start your Application

When the Metro Server is started, a menu will appear in the console. Just click the appropriate letter on the keyboard and the application for the corresponding platform will be launched:

  1. a - Android
  2. i - iOS
  3. w - Web

You can also run this apps by using following commands:

npx expo start --android
npx expo start --ios
npx expo start --web

To run the app on a physical device, install the Expo Go app and then scan the QR code from the Metro menu with your phone

That's it! Have fun using the FoodieFit app!