Learning project, taught by Egghead.io, in which you can learn lots about React Native. This project uses Firebase API to persist notes created for a given user.
- Clone repository and
cdinto project directory. - Install global dependencies.
npm install -g gulp coffee-react-transform - Install project dependencies.
npm install
- Run
gulpfrom the project directory to start the Gulp watcher. - In another terminal session, run
npm startto start the react watcher. - Open githubNotetaker.xcodeproj in Xcode and run the project.