Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.56 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.56 KB

Spotify Client Demo

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.

Getting Started

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.

Installing

yarn install

Running the project on localhost

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.

Running the tests

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

Deployment

Building the app for production

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!

Deploying the app on the Github page

yarn predeploy Builds the app for production like yarn build

yarn deploy Update the Github page cfontana0.github.io

Author

License

This project is licensed under the MIT License