Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 748 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 748 Bytes

How to run application

Steps:

  1. Install node.js if you dont have it installed
  2. After cloning repo, and opening file, in terminal type:
  3. cd github-master it will change directory to folder of app
  4. Type npm install to install all packages used for this app
  5. In file token.js replace token with your token, to generate click here - my token is deleted this is just placeholder, app wont work without token
  6. To run app type npm start
  7. Your app should start on localhost:3000 on your browser

App has 2 pages

  1. First page / Home show my github profile info
  2. Second page / Search - where you can search for other users and repositories on github