jestrux / yt-player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YT-Player

Offline youtube player app.

Usage

First, clone the repo via git:

git clone --depth 1 --single-branch --branch master https://github.com/electron-react-boilerplate/electron-react-boilerplate.git your-project-name

And then install the dependencies with yarn.

$ cd your-project-name
$ yarn

Starting Development

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

$ yarn dev

Packaging for Production

To package apps for the local platform:

$ yarn package

About

License:MIT License


Languages

Language:JavaScript 73.0%Language:CSS 25.3%Language:HTML 1.8%