A simple music player for the Croatian radio station called ExtraFM.
App is available on:
- MacOS - ExtraFM Zagreb-darwin-x64
- Linux - ExtraFM Zagreb-linux-x64
- Windows - ExtraFM Zagreb-win32-x64
When you download the app and unpack it just click on the the ExtraFM Zagreb icon to run it (on Mac OS you can also install it by dragging it into the applications folder)
- Vue.js
- Webpack (babel-core, babel-preset-env, (file, html, css, sass)-loader)
- Electron.js
- Electron packager
- Howler
- Axios
- Typed.js
- Normalize.css
- First run
yarn install - After that you can either run
yarn devto run the project oryarn startappto run the app wrapped in the electron app - If you want to build the app run
yarn packappwhich will pack it based for your current OS, oryarn packappallto build it for macOS, linux and windows.

