an example app for using React with Electron
- Run
npm install
FOR DEVELOPMENT
- Run
npm run devto fire up Webpack - In another terminal window run
npm startto start electron
FOR PRODUCTION
- Run
npm run postinstallto compile all your assets intodist/bundle.js - Change the script tag in
dist/index.htmlto usebundle.jsas its source - Run
npm startto start electron
TODO
- Get album art writing working
- Create some process to monitor folders for metadata changes
- Figure out how to connect users together so edits to metadata can be shared
- AcoustID?