Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1000 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 1000 Bytes

Eyeson Web GUI build with React

A minimal web gui for video meetings using Eyeson. The application demonstrates a very simple interface for Eyeson video meetings and can be used to host or integrate videos in any software. Create your own api key and enhance your products with powerful video meetings.

Find the build project at eyeson-team.github.io/react-web-gui-example.

$ yarn # install dependencies
$ yarn start # start local application at http://localhost:3000/
$ yarn build # build for production
$ yarn deploy # deploy to github pages (adapt homepage of package.json)

Screenshot Desktop

This project was bootstrapped with Create React App.