Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 464 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 464 Bytes

Allergize

Receiving Changes from Git:

  1. cd to project root
  2. git pull
  3. cd client
  4. npm install
  5. cd server
  6. npm install

Push Changes to Git:

  1. cd to project root
  2. git add .
  3. git commit -m "commit message"
  4. git push

Server Framework: Express How To Run Server:

  1. cd into server folder
  2. npm run start
  3. open localhost:3000 in browser

Frontend Framework: React Native Expo Cli: https://www.npmjs.com/package/expo-cli

Created at HackUCI 2020