Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 464 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 464 Bytes

It is simple sample ReactJS project which uses youtube search api and shows paging with dynamic "load more" option. It loads more 20 results when you arrive at bottom of the page.

  1. checkout project
  2. cd to project folder(ex. H:\workspace\YoutubeSearchAPIDemo)
  3. run "npm install" from command line.
  4. run "npm run webpack" from command line.
  5. open index.html file using any browser application.(ex. H:\workspace\YoutubeSearchAPIDemo\index.html)