Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 715 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 715 Bytes

CI Quality Gate Status

My Spotify Playlists 🎧

Lists User's existing playlists and tracks from Spotify.
Live Demo : https://my-spotify-playlists.herokuapp.com

Build Setup

# install project
$ git clone https://github.com/hasankemaldemirci/my-playlists.git

# open app directory
$ cd my-playlists

# install dependencies
$ npm i || npm install

# serve with hot reload at localhost
$ npm run dev

# build for production
$ npm build