This repo contains the web-based next gen REST client editor.
This client is build with React.
pnpm run dev: Start the dev server
Debug and breakpoint support is available in the provided launch configs:
- Launch
Standalone Mockconfig to interact with a mocked backend. - Launch
Standaloneconfig to work with an ivyEngine backend.- Start your dev-engine in Eclipse RCP IDE
- Open the test project in an ivy VsCode workspace or run the playwright global setup script.
- Launch the config in this repo
To run tests you can ether start a script above or start Playwright or Vitest with the recommended workspace extensions.