Skip to content

Files

Latest commit

FarsadFarsad
Farsad
and
Farsad
Feb 27, 2017
eb22b04 · Feb 27, 2017

History

History
37 lines (25 loc) · 609 Bytes

readme.md

File metadata and controls

37 lines (25 loc) · 609 Bytes

Vimeo Staff Picks

An experimental react app that loads Vimeo Staff Picks channel and show the videos

Inside your project folder:

Install

First install dependencies.

$ npm install

Run

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.

Test

$ npm test