/SellersApp

Primary LanguageTypeScript

Sellers App

Clone Repository

clone repository to your local machine

git clone https://github.com/paulayo93/SellersApp.git



Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Step 1: Start the Project

From the root directory inside project run the following command:

# using npm
npm start

# OR using Yarn
yarn start

Afterwards, navigate to the iOS folder on your terminal (cd ios) and run the following command:

pod install

Step 2: Start your Application

Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios

Technologies Used

  • React Native
  • TypeScript
  • Redux Tool Kit
  • Axios