A React Youtube Player implemented using Redux
Checkout this repo, install dependencies, then start the gulp process with the following:
> git clone [email protected]:sakoh/react-redux-youtube-player.git
> cd react-redux-youtube-player
> npm install
> npm start
> npm run selenium
> npm run test
> npm run test:unit
Watch unit tests:
> npm run test:unit:watch
> npm run selenium
> npm run test:e2e