/Mission111

Primary LanguageJavaScript

Mission One Eleven

Installation

  1. Install node.js
  2. Install Xcode and run it once to install command line tools
  3. Install React Native's CLI (npm install -g react-native-cli)
  4. Install project dependencies
npm install

Or (optional) install and use yarn for faster package management

yarn install

Running

react-native run-ios

Running Unit Tests

npm run test

See: Running unit tests before every git push