https://github.com/jviaches/projscope-music-player
Projscope MP3 player is free desktop, cross platform tool (Winamp you are remembered)! 🚀
https://github.com/jviaches/projscope-music-player
angular cross-platform desctop-app electron mp3 player-audio
Last synced: about 1 month ago
JSON representation
Projscope MP3 player is free desktop, cross platform tool (Winamp you are remembered)! 🚀
- Host: GitHub
- URL: https://github.com/jviaches/projscope-music-player
- Owner: jviaches
- License: mit
- Created: 2022-03-30T23:36:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T14:27:16.000Z (over 1 year ago)
- Last Synced: 2025-02-14T03:48:57.731Z (3 months ago)
- Topics: angular, cross-platform, desctop-app, electron, mp3, player-audio
- Language: TypeScript
- Homepage: https://projscope.com/portfolio-single-music-player.html
- Size: 38.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Introduction
Cross platform offline media player. This project was inspired by Winamp.
[](https://makeapullrequest.com)
[](https://github.com/jviaches/projscope-music-player/issues)



# Technology stack
- Angular v13.2.4
- Electron v17.1.0## Getting Started
*Clone this repository locally:*
``` bash
git clone https://github.com/jviaches/projscope-music-player.git
```*Install dependencies with npm (used by Electron renderer process):*
``` bash
npm install
```Voila! You can use your Angular + Electron app in a local development environment with hot reload!
*Run project:*
``` bash
npm start
```