Skip to content

bridge-school/tulip-boycottr-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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 git@github.com: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