Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 613 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 613 Bytes

Lissen - Yet another music Webapp

Music Webapp app made with React, Express, Node and Electron.

Install

    git clone https://github.com/0x0is1/lissen.git
    cd lissen
    npm install
    npm run install:prod

Start App

    # To run in browser
    npm start

    # To run as native electron app
    npm run app

Previews

Home pages:

Preview 1

Type pages:

Preview 2

Lyrics page:

Preview 3

Search page:

Preview 4

Playlist widget:

Preview 5