An experimental react app that loads Vimeo Staff Picks channel and show the videos
Inside your project folder:
First install dependencies.
$ npm install
Run this command to build and bundle and start the project.
$ npm start
or simple run
$ gulp
It will open your browser connected to the local server.
You should see the an application with a loading spinner for a second. Then some thumbnails appear if it could get data from vimeo api. Clicking on each item will expand an embedded player.
$ npm test