|  | hace 6 años | |
|---|---|---|
| __mocks__ | hace 7 años | |
| demo | hace 7 años | |
| scripts | hace 7 años | |
| src | hace 7 años | |
| .babelrc | hace 7 años | |
| .editorconfig | hace 7 años | |
| .eslintignore | hace 7 años | |
| .eslintrc.json | hace 7 años | |
| .gitignore | hace 7 años | |
| .nvmrc | hace 7 años | |
| .travis.yml | hace 7 años | |
| LICENSE.md | hace 7 años | |
| README.md | hace 6 años | |
| browserslist | hace 7 años | |
| generateConfig.js | hace 7 años | |
| package-lock.json | hace 7 años | |
| package.json | hace 7 años | |
| postcss.config.js | hace 7 años | |
| webpack.config.js | hace 7 años | 
Fork from mderrick/react-html5video
Install dependencies.
$ npm install
Start server.
$ npm start
Build dist.
$ npm run build
$ npm install git+https://git.links123.net/links123.com/video_player.git --save
$ yarn add git+https://git.links123.net/links123.com/video_player.git
import { DefaultPlayer as Video } from 'react-html5video';
import 'react-html5video/dist/styles.css';
const Player = () => (
  <Video autoPlay>
    <source src="demo.mp4" type="video/mp4" />
  </Video>
)