An application example connected to the Spotify Web API, allowing searches in the music catalog of Spotify.
-
You need to have installed
NodeJSandnpm. -
Then clone this project:
git clone https://github.com/franlopezm/spotify-react.git.
-
Install dependencies
npm install -
Compile scss to css
npm run watch-css -
Init app
npm start -
Build app
npm run build
Deploy for surge
npm run deploy