Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 267 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 267 Bytes

Spotify Clone With React.js

Project created to study React.js

Install JSON-SERVER

yarn global add json-server

Install Dependencies

yarn install

Start JSON-SERVER

json-server server.json -p 3001 -w -d 500

Start Project

yarn start