Minimal SoundCloud music-streaming app using Electron and ReactJS.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/yingyangcode/ElectronSoundcloudPlayer
# Go into the repository
cd ElectronSoundcloudPlayer
# Install dependencies
npm install
# Build the app
npm run build
# Run the app
npm run start