https://github.com/bradoyler/videoplayer-demo-react
demo video player w/ playlist (React)
https://github.com/bradoyler/videoplayer-demo-react
Last synced: 18 days ago
JSON representation
demo video player w/ playlist (React)
- Host: GitHub
- URL: https://github.com/bradoyler/videoplayer-demo-react
- Owner: bradoyler
- Created: 2015-04-17T04:54:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-22T12:46:58.000Z (about 10 years ago)
- Last Synced: 2025-02-13T05:41:27.668Z (2 months ago)
- Language: HTML
- Homepage: http://bradoyler.github.io/videoplayer-demo-react
- Size: 199 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Player demo (React)
Demo video player w/ multiple Playlists (using [React](https://facebook.github.io/react/))## Setup
- clone this repo `$ git clone https://github.com/bradoyler/videoplayer-demo-react.git videoplayer-demo cd $_;`
- start any http server```sh
$ python -m SimpleHTTPServer
```