Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 558 Bytes

File metadata and controls

35 lines (23 loc) · 558 Bytes

ITube-Download

a youtube music-video download

An Electron application with React and TypeScript

Recommended IDE Setup

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux