Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 358 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 358 Bytes

Spotify

Installation

  • Clone or download the repository by typing git clone <url-repository> in your terminal

  • Then run install using npm or yarn

npm

  • Install the dependencies | npm install

  • Run the spotify app | npm start

yarn

  • Install the dependencies | yarn

  • Run the spotify app | yarn start