Skip to content

🎧 A project that aims to create a spotify with React and atomic design

Notifications You must be signed in to change notification settings

emersonjds/react-spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

🎧 A project that aims to create a spotify with React and atomic design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published