Syncs music between vk.com and a local folder.
npm installbower installcd app/assets,npm install,cd ../..
npm start- this will watch for changes and recompile the code.npm run app- this will start your app. It'll reload on changes. Open devtools to avoid window requesting attention on reload.
npm run prod- this will watch for changes and recompile minified code todist/cache.npm run dist- this will compile distrs (portable and installer) todist/releases. Requires WinRAR.
