# Clone the repo
git clone https://github.com/papuruth/mygroceryshop.git
# Navigate to clonned folder and Install dependencies
cd mygroceryshop && yarn install
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?