React native online groceries application
Online Groceries Shop
React native online groceries application.
Knowledges
React Native
Typescript
How to use
To clone and run this application, you'll need Git and React Native installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/feMoraes0/online-groceries-app.git
# Go into the repository
$ cd online-groceries-app
# Install dependencies
$ npm install
# Run the iOS app
$ react-native run-ios
# Run the Android app
$ react-native run-android