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 dev
to run the project oryarn startapp
to run the app wrapped in the electron app - If you want to build the app run
yarn packapp
which will pack it based for your current OS, oryarn packappall
to build it for macOS, linux and windows.