Skip to content

IgnacioVeiga/M-Player

Repository files navigation

M-Player

A music player developed with Electron, React and Vite. Based on YouTube Music.

Screenshot

Setup

# clone the project
git clone https://github.com/IgnacioVeiga/M-Player.git

# enter the project directory
cd M-Player

# install dependency
npm install

# develop
npm run dev

# build executable
npm run build

Directory structure

├── electron                                 Electron-related code
│   ├── main                                 Main-process source code
│   └── preload                              Preload-scripts source code
│
├── release                                  Generated after production build
│   └── {version}
│       ├── {os}-{os_arch}                   Contains unpacked application
│       └── {app_name}_{version}.{ext}       Installer for the application
│
├── public                                   Static assets
└── src                                      Renderer source code (react code)

Reference

Electron Vite React Repository

About

Electron-React-Vite Music Player

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors