Skip to content

deundrewilliams/repovis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repovis


A Github repository information viewer

To Run Locally:

  • Clone the repository
    • git clone git@github.com: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