We will be using a React frontend and NodeJS backend for this project.
Client contact: b.davis@umass.edu
Download Node and NPM on to your device, link: https://nodejs.org/
Intall yarn via npm: https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable
When pulling new changes from the github repo, install dependencies for the frontend and backend.
Change directory into frontend folder: cd frontend
Install dependencies: yarn install
Change directory into backend folder cd server
Install dependencies: yarn install
Change directory into the frontend folder and run yarn dev
. Any code you change should update immediately on the website
Change directory into backend folder and run yarn dev