Velevynn / haggle

TODO
https://haggle-woad.vercel.app
0 stars 0 forks source link

README Instructions

--- Environment Setup ---

  1. npm install (to download dependences)
  2. download .env file for frontend and backend (ask dev)
  3. to test navigate to backend directory (cd .\express-backend) then test (npm test)

Running the website

  1. For development set these variables for the REACT_APP_BACKEND_LINK, REACT_APP_FRONTEND_LINK to localhost: Ex: REACT_APP_BACKEND_LINK=http://localhost:8000 REACT_APP_FRONTEND_LINK=http://localhost:3000
  2. Otherwise, use the deployment links. It takes some time for pushed commits to deploy to the servers

--- Style Guide --- "Double Quotes"
lowerCamelCase()
curlyBraces(){
const variableNames;
}

--- Prettier Instructions --- should automatically run with every commit.

-- ESLint Instructions -- run manually on files with this syntax:
npx eslint yourfile.js

--- Product Spec ---

https://docs.google.com/document/d/1Vw8oZdVeHm_3ThR43fCK_tF3VCOzy2mSXvV-OqpNOiI/view?usp=sharing

image