Cross platform offline media player. This project was inspired by Winamp.
- Angular v13.2.4
- Electron v17.1.0
Clone this repository locally:
git clone https://github.com/jviaches/projscope-music-player.git
Install dependencies with npm (used by Electron renderer process):
npm install
Voila! You can use your Angular + Electron app in a local development environment with hot reload!
Run project:
npm start