online-groceries-app
online-groceries-app copied to clipboard
[IN PROGRESS] React native online groceries application.
Online Groceries Shop
:rocket: Knowledges
-
React Native
-
Typescript
:paperclip: Useful Links
:book: 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