Skip to content

paulayo93/Shippex

Repository files navigation

Shippex App

Clone Repository

clone repository to your local machine

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



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

Install Dependencies

From the root directory inside project run the following command:

npm install

This command above would install all the dependencies in your package.json found at the root directory.

Start the Project

Also, from the root directory inside the 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