CS411 Group Project
- Video Demo on YouTube
- Mockup created with Figma
- Use setup link to setup your environment. Be sure to click the 'React Native CLI Quickstart' tab
Set up
- in the terminal, run
npm i react-native-cli -g
to set up react-native - brew install cocoapods with the command
brew install cocoapods
Every time you want to run it
- in the project folder PlantPal, run
npm install
- in the ios folder, run
pod install
Run app
- to run the app on the iOS emulator, run
react-native run-ios
ornpx react-native run-ios
- sometimes you need to relaunch the app multiple times in order for the program to start
- to start the backend, run
node server.js
in /backend/server