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.
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.
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
Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:
# using npm
npm run android
# OR using Yarn
yarn android
# using npm
npm run ios
# OR using Yarn
yarn ios
- React Native
- TypeScript
- Redux Tool Kit
- Axios