introduction to install and run step 1 git clone and install git clone https://github.com/halochg/artist.git cd artist npm install step 2 set up backend server using json-server npm install -g json-server cd server json-server --watch db.json --port 3004 it hosts on http://localhost:3004/ step 3 start react npm start go to http://localhost:3000/