Getting Started

Get started with the Ionic Jukebox case study by creating a new project and downloading the MP3 files.

Laying the foundations

As with prior case studies, let’s start by creating a new Ionic project, then move on to install the Electron platform and create the necessary Angular services for the app, all courtesy of the following command-line instructions:

ionic start audio-player blank --type=angular
cd ./audio-player/
npx cap init
ionic build
ionic generate service services/sound-manager
npm install @capacitor-community/electron --save-dev
npx cap add @capacitor-community/electron

Note: You can try running these commands in the terminal provided below.

Get hands-on with 1200+ tech skills courses.