Skip to content

balazskaxd/mercatus-mcommerce

Repository files navigation

Mercatus test app


📋 Requirements

This is a React Native app. You can find all the requirements at the official documentation. You can find the backend repository here.

🎉 Getting Started

Installing React Native dependencies

Follow the Getting Started guide.

Installing app dependencies

$ yarn install
$ cd ios
$ pod install
$ cd ..

🚀 Running on device and simulator

Run the following commands with yarn:

Script Command
ios react-native run-ios
android react-native run-android

🏗️ Development scripts

Run the following commands with yarn:

Script Command
test run jest test
lint run eslint