Skip to content

Latest commit

 

History

History
executable file
·
17 lines (11 loc) · 417 Bytes

README.md

File metadata and controls

executable file
·
17 lines (11 loc) · 417 Bytes

Spotify React

Project created for studies and understanding of the ecosystem of React / Redux / Sagas / Duck Pattern and best practices

In the project directory, you can run:

yarn
yarn run start

For run a mock server

yarn add global json-server
json-server server.json -p 3001 -w -d 500
  • -p (choose port)
  • -w (watch server and live reload)
  • -d (delay for simulate a request in ms)