/projscope-music-player

Projscope MP3 player is free desktop, cross platform tool (Winamp you are remembered)! 🚀

Primary LanguageTypeScriptMIT LicenseMIT

Introduction

Cross platform offline media player. This project was inspired by Winamp.

image PRs Welcome contributions welcome

Windows flow Linux flow Mac flow

image image image

Technology stack

  • Angular v13.2.4
  • Electron v17.1.0

Getting Started

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