Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 362 Bytes

File metadata and controls

23 lines (15 loc) · 362 Bytes

React learning projects 1

Github finder project with ReactJS and GitHub API

Installation

  • Clone repository

      git clone https://github.com/mscandan/react-github-finder.git
  • Install npm packages

      yarn install or npm install
  • Open development server

      yarn start