Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.59 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.59 KB

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