This Electron application wraps a React application created with the create-react-app starter.
- Search filter (video title)
- video type tabs
- Video Popout
To run on mac run /dist/asset-react-0.1.0.dmg
First install the project using
- npm install
Run the Electron app in Dev mode
- npm run start
Run just the React dev web server on port 3000
- npm react-start
Build the Electron app for your current platform
- npm run release