Dashboard¶
Recipes¶
How to work on interface without the API?¶
To work on pure interface development, it is often handy to work using the MSW API mocks instead of the real API.
To do this, you can run the following command:
harp start --mock
Caveat: you must use localhost:4080 instead of the ipv6 url.