Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.28 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.28 KB

React Native Medusa

Medusa Hackathon 2022

About

Participants

Suhail - @SuhailKakar

Description

An open source ecommerce mobile application built using Medusa and React Native Expo. It includes products screen, cart, checkout and payment.

Preview

Demo

Set up Project

Prerequisites

Before you start with the tutorial make sure you have

Install Project

  1. Clone the repository:
git clone https://github.com/suhailkakar/react-native-medusajs
  1. Change directory and install dependencies:
cd react-native-medusajs
npm install
  1. Start the app
expo start

Resources