Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 664 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 664 Bytes

React Native Boilerplate using CoffeeScript

Use CoffeeScript and Gulp to build a React Native app. Enjoy :)

What is new!

  • Newer version of React Native
  • CoffeeLint added, showing errors and warnings on Console

Getting started

  1. Clone repository and cd into project directory.
  2. Install global dependencies. npm install -g gulp coffee-react-transform
  3. Install project dependencies. npm install

Usage

  1. Run gulp from the project directory to start the Gulp watcher.
  2. In another terminal session, run npm start to start the react watcher.
  3. Open ReactNativeCoffee.xcodeproj in Xcode and run the project.