You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
json server that serves the react application. Make sure to run: npm install -g json-server After that to run the server: json-server --watch db.json -d 2000 -p 3001