/github-org-repos

A simple app where you can search for different organization repositories on GitHub using React.JS.

Primary LanguageJavaScript

Quickstart

  1. Make sure that you have Node.js v8.15.1 and npm v5 or above installed.

  2. Clone this repo using git clone https://github.com/MikeMenos/github-org-repos.git <YOUR_PROJECT_NAME>

  3. Move to the appropriate directory: cd <YOUR_PROJECT_NAME>.

  4. Run npm i in order to install dependencies.
    At this point you can run npm start to see the app at http://localhost:3000