# run json server
json-server --watch -p 3001 data.json
# run project
npm run startTo run the project, you need to create a .env file in the root folder containing the following environment variables:
REACT_APP_API_URL=http://localhost:3001/items --> use port used for you json-server