- work in progress
- we need your feedback
- not production-ready
Follow installation instructions at dreamhouse micro-site
- npm dependencies:
npm install
- cocoapods dependencies:
pod install
- if RNPM is not yet installed:
npm install rnpm -g
- link dependencies:
rnpm link
- Open the project workspace in Xcode:
open ./dreamhouse.xcworkspace
- Start development server:
npm start
- Click
Run
in Xcode
- Start:
npm start
- Choose
dreamhouse copy
target in Xcode and clickRun