/react-simple-youtube-search

Simple React app using Youtube Search API

Primary LanguageJavaScript

React Simple Youtube Search

Simple React app using Youtube Search API

How to use

  • Clone this repo and enter it

  • Install the dependencies

yarn
  • Enter the src/config folder and copy the config.js.example file to config.js file
cp config.js.example config.js
  • Put your Youtube API key in the src/config/config.js file

Commands available

  • To run the app in development mode use
yarn serve:dev
  • To run the tests use
yarn test
  • To run the tests in watch mode use
yarn test:watch