Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 617 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 617 Bytes

projCatWalk

This is the repo for our Hackreactor FEC project 1.

Team Members:

  • Alex Zinn
  • Raju Gharti
  • Ryan Pannone
  • Tomas Rodriguez

SETUP

Run the following command in the terminal:

  • npm install
  • create a .env file in the root directory with the following info:
    GITHUB_TOKEN= *** YOUR GITHUB API TOKEN GOES HERE ***
    PORT=3000
    API_URL=https://app-hrsei-api.herokuapp.com/api/fec2/hr-rfe
    NODE_ENV=development
    
    
  • open two terminal windows
    • terminal 1: npm run dev-server
    • terminal 2: npm run dev-client

Navigate to http://localhost: port specified in .env file in chrome