Few lines describing your project.
This is a Spotify UI Clone, created with ReactJS
- Fork this project
-
Clone the forked repository
git clone https://github.com/user/react-redux
(if you usegit
)or
gh repo clone user/Spotify-UI
(if you usegh
cli) -
Install the dependencies
npm install
(if you usenpm
)or
yarn
(if you useyarn
) -
Start the project
npm start
(if younpm
)or
yarn start
(if you useyarn
)
You can see the UI clone here