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.- Copy the test-project to be served in advance:
./scripts/playwrightInit.sh ~/dev/core - Start your dev-engine in Eclipse RCP IDE
- Launch the config in this repo
- Copy the test-project to be served in advance:
To run tests you can ether start a script above or start Playwright or Vitest with the recommended workspace extensions.