A livestream browser client for watching streams with a third party streaming utility.
Currently only integrated with Twitch.TV, but additions for Youtube should be possible as well.
Developed with TypeScript and React and built on Electron.
In terminal #1:
npm run dev
In terminal #2:
npm start
npm run prod
followed by npm run build:{os}
Project template based on Devtography's Electron React template.