Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 768 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 768 Bytes

Setup

  1. Fork this repo and pull it onto your local machine
  2. Add the base repo as the upstream remote
$ git remote add upstream [email protected]:bridge-school/tulip-boycottr-frontend.git
  1. Fork the backend repo and pull it onto your local machine
  2. Add the base backend repo as the upstream remote
$ git remote add upstream [email protected]:bridge-school/tulip-boycottr-backend.git
  1. Install dependencies in the frontend repo
$ yarn install
  1. Follow instructions in the backend README to set it up

Running the app in development

  1. Run the frontend repo
$ yarn start
  1. Run the backend repo in a separate terminal window or tab
$ yarn dev