Skip to content

qar/closureapp

Repository files navigation

Music Player

A tool made out of a fantasy of free will.

Art work

Run in Electron

first, you need to get webpack running by yarn start, and then run yarn run electron

Develop

When adding a dependency, if it will be used in main process, use yarn add <PACKAGE>, otherwise use yarn add <PACKAGE> -D to add it to devDependencies.

Distribution

This project use electron-packager to package this app. Run yarn run package.

This project CAN NOT be done without