paulayo93 / SellersApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 87.2%Language:Kotlin 3.8%Language:Objective-C 3.3%Language:Ruby 3.2%Language:JavaScript 1.3%Language:Objective-C++ 1.2%