/App-Taste-Me-20190317

Application made with Ionic 4 framework to present musics from last.fm

Primary LanguageTypeScript

Taste Me: We're Here for You to Taste Music

Application made with Ionic 4 framework to present musics from last.fm. Enjoy!

Quick start

# Clone the repository
git clone https://github.com/darondel/taste-me.git

# Go to the project directory
cd taste-me

# Install the dependencies
npm install

# Start the server
ionic serve --lab

In your browser, navigate to:

NOTE: the above setup instructions assume you have added local npm bin folders to your path. If this is not the case you will need to install the Ionic CLI globally.