Description
This repo is a Typescript + React adaption of https://github.com/wpp/ScreenStream.
Requirements
- npm
- node
Getting started
After you clone the repo, install the dependencies:
npm install
Then, make an intial build of the extension:
npm run build:extension
After you build the extension, you need to load the extension into chrome:
- Go to chrome://extensions
- Check "Developer mode"
- Click "Load unpacked extension..."
- In the dialog choose the extension folder from the repository
After installing the extension, start the server:
npm start
Go to http://localhost:8080 in your Chrome browser to see the example.