Skip to content

sakoh/react-redux-youtube-player

Repository files navigation

React Redux Youtube Player

A React Youtube Player implemented using Redux

Getting Started

Checkout this repo, install dependencies, then start the gulp process with the following:

  > git clone git@github.com:sakoh/react-redux-youtube-player.git
  > cd react-redux-youtube-player
  > npm install
  > npm start

Testing

  > npm run selenium
  > npm run test

Unit Testing

  > npm run test:unit

Watch unit tests:

  > npm run test:unit:watch

End-to-End Testing

  > npm run selenium
  > npm run test:e2e