Skip to content

Re-create spotify's home page using ReactJs v16.2.0, font-awesome v5.0.6 and react-slick.

License

Notifications You must be signed in to change notification settings

ridoansaleh/spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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