Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 795 Bytes

README.md

File metadata and controls

52 lines (42 loc) · 795 Bytes

🎶 CloneSpotify

Version 1.0.0

🖥 Utilized Spotify's extensive music library with using React & Node.js


📚 I took advantage of the Spotify WEB API in this Project


📝 In this project you need to install the node modules for your use


🗂 NodeModules:

cd clone_spotify/client

npm i axios
npm i bootstrap
npm i react
npm i react-bootstrap
npm i react-dom
npm i react-scripts
npm i react-spotify-web-playback
npm i spotify-web-api-node
npm i web-vitals
cd clone_spotify/server

npm i body-parser
npm i cors
npm i dotenv
npm i express
npm i lyrics-finder
npm i spotify-web-api-node

🗃 To get started:

cd clone_spotify/client
npm start
cd clone_spotify/server
npm run devStart

Author