Use CoffeeScript and Gulp to build a React Native app. Enjoy :)
- Newer version of React Native
CoffeeLint
added, showing errors and warnings on Console
- Clone repository and
cd
into project directory. - Install global dependencies.
npm install -g gulp coffee-react-transform
- Install project dependencies.
npm install
- Run
gulp
from the project directory to start the Gulp watcher. - In another terminal session, run
npm start
to start the react watcher. - Open ReactNativeCoffee.xcodeproj in Xcode and run the project.