Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (28 loc) · 674 Bytes

File metadata and controls

34 lines (28 loc) · 674 Bytes

Deezic

Deezic is a Desktop Music Player App for Deezer made with Electron, React, and Redux.

This is being completely rewritten in rewrite branch.

Development

Requirements

  • NodeJS (Recommended v6)
  • NPM

There are two npm scripts that need to be run simultaneously to start development:

$ npm run start-hot
$ npm run start-dev

The first one starts webpack development server for Hot Reploading and the second one starts the app in development mode.

Build

To build the app, run

$ npm run build

And to run the app, run

$ npm run start

Test

$ npm test

License

MIT