Udacity Nanodegree Flashcards Project
- First make sure node and npm is installed in your local machine.
- Make sure you have yarn installed eg on mac
brew install yarninstructions - Make sure you have expo installed eg
npm install -g expo-cliinstructions - This is an IOs application so make sure you have Xcode installed (go to App Store)
- Install Expo from App Store on your IPhone if you plan on using App vs Simulator
- git clone the git repo (eg git clone [email protected]:agustinv/reactnd-flashcards-native.git)
- cd to local folder of app (eg cd reactnd-flashcards-native)
- install all project dependencies with
yarn install - start the local server with
expo start - this will start a browser window at http://localhost:19002/, and click on "Run Ios simulator" to run on Xcode simulator (might have to launch that first) or click on "send link w email" to ran application on expo on your iphone
- have fun!