Skip to content
Victor Hong edited this page Nov 23, 2018 · 4 revisions

Running the FindYourPet App!!

Do this in both the frontend and backend folder:

  • Make sure the branch is updated
    • git pull
  • Install potential new node dependencies
    • npm install
  • Start the server
    • npm start