brew install node
brew install watchman
brew tap AdoptOpenJDK/openjdk
brew cask install adoptopenjdk8
npm install -g react-native-cli
git clone https://github.com/rightbrainpapi/aWord.git
cd aWord
npm install
react-native run-ios
- The commands listed above should open a new terminal window that builds the app and the iOS simulator
Open a new terminal tab
cd Server_Side
npm install
mongod
Open additional terminal tab
cd Server_Side
nodemon
Open a Fourth terminal tab
cd Server_Side
node db/seed.js