Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sabrydawood/media-player


https://github.com/sabrydawood/media-player

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# virus24 music player

# install

```bash
npm install
//Or
yarn install
```

# run project

```bash
# devlopment
npm run dev
# production
npm start
# Or
# devlopment
yarn dev
# production
yarn start
```