Skip to content

XConf/XConfApp

Repository files navigation

XConf App

Greenkeeper badge

System Requirements

  • Node.js
  • Yarn
  • Ruby
  • macOS with Xcode
  • JDK and Android development environment

Setup

After the system requirements are settled, just run:

bin/setup

Run

Start the Reason compiler and React Native packager by running:

yarn start

then, run bin/run-ios or bin/run-android to start the development iOS or Android app in the simulator.

Test

Go through all the test suites by running:

bin/test

Update Dependencies

After pulling a new version from the remote repository, you'll need to update the dependencies by running;

bin/update