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
The current npm run start:dev should run the frontend querying the backend directly.
A new npm run start:dev:mock should be created to use hard-coded mocks in the frontend.
This task includes calling the appropriate backend services for all currently mocked actions.