To get started:
- Clone the repo
git clone https://github.com/react-native-training/fluent-conf-restaurant-app.git
- cd into directory
cd fluent-conf-restaurant-app
-
Install dependencies
Using yarn:
yarn
Using npm:
npm i
-
Run Application
Android:
react-native run-android
iOS:
react-native run-ios