Skip to content

acee504/YouTube-music-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

--------------------------------------------------------------------------------------------------------
 __   __         _____      _            __  __           _        ____            _    _              
 \ \ / /__  _   |_   _|   _| |__   ___  |  \/  |_   _ ___(_) ___  |  _ \  ___  ___| | _| |_ ___  _ __  
  \ V / _ \| | | || || | | | '_ \ / _ \ | |\/| | | | / __| |/ __| | | | |/ _ \/ __| |/ / __/ _ \| '_ \ 
   | | (_) | |_| || || |_| | |_) |  __/ | |  | | |_| \__ \ | (__  | |_| |  __/\__ \   <| || (_) | |_) |
   |_|\___/ \__,_||_| \__,_|_.__/ \___| |_|  |_|\__,_|___/_|\___| |____/ \___||___/_|\_\\__\___/| .__/ 
                                                                                                |_|    
--------------------------------------------------------------------------------------------------------

Installing YouTube Music Desktop App:

	requirements:
		*nodeJS (https://nodejs.org/en/download/prebuilt-installer)
	
1.	Installing dependencies:
		-Open the package folder location using terminal (It is recommended to put the folder in a permanent location)
		-with the temrinal open type the following command 'npm i electron'
		-Keep the terminal open, you will need it for the next steps

2.(opt)	Running the app(for testing):
		To run the application type the following 
		command in the open terminal 'npm start'
		this will start the app.

3.	Package to exe:
		To make a build use the command 'npm run package' in the terminal, 
		after it builds you will find the output in the 'out' folder, 
		where you will find the youtube music exe.

Version: 0.0.01