Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 473 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 473 Bytes

repovis


A Github repository information viewer

To Run Locally:

  • Clone the repository
    • git clone [email protected]:deundrewilliams/repovis.git OR
    • https://github.com/deundrewilliams/repovis.git
  • Install required packages for backend
    • npm install
  • Install required packages for frontend
    • cd frontend
    • npm install
  • Start both servers
    • In frontend directory, run npm start
    • In root repovis directory, run nodemon index.js