/JDownloaderDesign

JDownloader is built for downloading videos/audios from Youtube. JDownloader uses responsive design pattern so this JDownloaderDesign is a repository for making design preparation for next version

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

JDownloaderDesign

JDownloader is built for downloading videos/audios from Youtube. JDownloader uses responsive design pattern so this JDownloaderDesign is a repository for making design preparation for next version.check out JDownloaderDesign.

Usage

clone the repository

git clone https://github.com/janakhpon/JDownloaderDesign.git

Get into root folder

cd JDownloaderDesign

Install Dependencies using npm

npm install
npm i -d
npm start

Install Dependencies using yarn

yarn install
yarn add
yarn start

Warning

If u run into error use the following steps

sudo yarn install
sudo yarn add
sudo yarn start

or

sudo npm install
sudo npm i -d
sudo npm start