/gritapp

Social app

Primary LanguageJavaScript

experiencedesign Grit app

experiencedesign

This code is highly experimental and breaks a lot of best practices, it was a school project.

How to install (osx) For other os's look at react-natives homepage

Open your terminal and run

brew install node
brew install watchman

Install react native cli

npm install -g react-native-cli

Navigate to the cloned folder and run

npm install

Run the application

react-native run-ios
react-native run-android