Sample application used to learn how to interact with the Spotify API and reproduce online streaming music. It is ideal to solve the problem of where to start with React+Redux and basic REST API requests.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
yarn install
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
yarn test
Runs the jest coverage tests and shows them on the console
yarn coverage
Runs the jest coverage tests and shows them on a website
yarn build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
yarn predeploy
Builds the app for production like yarn build
yarn deploy
Update the Github page cfontana0.github.io
This project is licensed under the MIT License