Skip to content

Cross platform Soundcloud's Music Player desktop APP for Windows/ Linux /Mac OS using Electron and reactJS

Notifications You must be signed in to change notification settings

confused1108/Music_player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music_player


Code Tutorial : https://scotch.io/tutorials/build-a-music-player-with-react-electron-i-setup-basic-concepts
Made using React Music API and ReactJs and packaged with electronJs for converting to APP.
For Installation
  • Download the files
  • Make sure you have Node.Js and npm installed
  • Change Node.js command prompt directory to the downloaded folder
  • Run
    npm install electron --save-dev --save-exact
  • This will install all the required Node_Modules
  • After installation run

    npm start

  • App will start in a developer mode

To package files, download electron-packager

npm install electron-packager -g

and then run

electron-packager . 

to package the app, It will detect the OS and make File accordingly.