/youTubePlayer

Repository created for develop the assignment of React course.

Primary LanguageJavaScriptMIT LicenseMIT

youTubePlayer

Repository created for expose the example implemented during the React course.

Code style: airbnb

Stack

Installation

Install all necessary modules to run the current project.

$ git clone https://github.com/alvesfelipe/youTubePlayer.git
$ cd youTubePlayer
$ npm install

Before run the project and generate bundle.js, generate your own API_KEY, using the YouTube Data API, then set the variable API_KEY in src/index.js.

Run

$ npm start