Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 496 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 496 Bytes

Spotify

This project is a spotify replica to test some tools from react environment.

Dependencies

Front-end

yarn install  # install packages
yarn start    # run development server
yarn build    # create production bundle

Mock-up

yarn run mock        # emulate a rest-api
yarn run mock:delay  # emulate a delayed rest-api