Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 911 Bytes

readme.md

File metadata and controls

20 lines (16 loc) · 911 Bytes

HomebrewTool

A small project to learn react native, and to be used in homebrewing. Currently only working on the iOS version, haven't even tried it out in android. It also looks like shit, I literally did this in something like 30 minutes.

To run this on your local machine you'll need to have the following installed:

  1. OS X - This guide assumes OS X which is needed for iOS development.
  2. Homebrew is the recommended way to install Watchman and Flow.
  3. Install Node.js 4.0 or newer.
  4. brew install watchman
  5. npm install -g react-native-cli
  6. You'll need xCode 7.0 or higher with an emulator (for ios atleast)

Running the app

To run the iOS app:

  1. cd HomebrewTools
  2. npm install
  3. Open ios/AwesomeProject.xcodeproj and hit run in Xcode.
  4. Open index.ios.js in your text editor of choice and edit some lines.
  5. Hit ⌘-R in your iOS simulator to reload the app and see your change!