An example of react application when i learn it.
This project use the Youtube Data Api to list ,search and open videos. You can create your own api key from here .
Checkout this repo, install dependencies, then start the gulp process with the following:
> git clone https://github.com/mrpehlivan/PlayWithReact.git
> cd PlayWithReact
> npm install
> npm start
And open the http://localhost:8080.
Thanks!