Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 504 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 504 Bytes

MyGroceryShop 🚀

Getting Started

1. Clone and Install

# Clone the repo
git clone https://github.com/papuruth/mygroceryshop.git

# Navigate to clonned folder and Install dependencies
cd mygroceryshop && yarn install

2. Open app in your android emmulator

Run this command to start the development server and to start your app on Android simulator:

yarn start // To spawn RN Server
yarn run:android // To build and install app on emulator

That's it! Cool, right?