Skip to content

A React Native based e-commerce mobile application.

Notifications You must be signed in to change notification settings

18rohan/ShopApp

Repository files navigation

ShopApp

ShopApp is a React Native based boilerplate for an e-commerce application. It has the following features:

  • User Authentication
  • User Cart management
  • User product management
  • User can add products to the products database, and can edit/delete their own products
  • Firebase database connectivity
  • Uses Redux for state management

Installation

1. Clone the app from the Git repository

git clone https://github.com/18rohan/ShopApp.git

2. Go the app directory

cd ShopApp-master

3.Run a command to install the required dependencies using expo

expo install

Getting the app running on local machine

1. Run the following command in the app directory(expo-command)

This will start the expo server

expo start

2. Run the following command to initiate the emulator

expo ios/android

OR

Press I for ios emulator, or A for android emulator in the terminal, when the expo server is up and running.

About

A React Native based e-commerce mobile application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published