A simple audio player built with Marionette.
See a live demo here.
To run Marionette Player locally, you'll need have pre-installed Node.js with NPM and Grunt CLI.
Then, follow these simple steps:
1. Clone the repository and access it:
git clone git@github.com:HenriqueSilverio/marionette-player.git && cd marionette-player
2. Install project dependencies:
npm install
3. Launch a server and watch for changes:
grunt
Thanks to Baltazar Parra for layout implementations and feedback.