HTML5 video player based on React
npm install
npm run lint
npm run test
npm run build
cd dist/ && live-server
npm run test-nightwatch
Current CI is based on TravisCI which runs npm scripts and publish results on github pages. In our company we are using gitlab any we can configure CI/CD on gitlab runner with publishing content (player contains only static files) to Amazon S3.