DEV Community

MD Taseen Khan
MD Taseen Khan

Posted on • Originally published at reactjsexample.com on

Nice looking modern cross-platform ElectronJS mp3 audio player

electroplayer

Nice looking modern cross-platform ElectronJS mp3 audio player

An Electron application with React

Nice looking modern cross-platform ElectronJS mp3 audio player

Nice looking modern cross-platform ElectronJS mp3 audio player

There is MSI installer for windows.App is tested on windows and linux and both works OK, Should work on MacOS but never tested probably will work with no bug

Recommended IDE Setup

Project Setup

Install

$ npm install
Enter fullscreen mode Exit fullscreen mode

Development

$ npm run dev
Enter fullscreen mode Exit fullscreen mode

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux
Enter fullscreen mode Exit fullscreen mode

GitHub

View Github

Top comments (0)