Skip to content

react-native-training/fluent-conf-restaurant-app

Repository files navigation

BURGER ME

Fluent Conf 2017

React Native: An exhaustive introduction

To get started:

  1. Clone the repo
git clone https://github.com/react-native-training/fluent-conf-restaurant-app.git
  1. cd into directory
cd fluent-conf-restaurant-app
  1. Install dependencies

    Using yarn:

yarn

        Using npm:

npm i
  1. Run Application

    Android:

react-native run-android

        iOS:

react-native run-ios