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.