Skip to content

[bug/docs] [react/a2ui_explorer] Missing package.json prevents dev server from starting #1501

@AshikaAnand12

Description

@AshikaAnand12

Hi,
The React explorer app (renderers/react/a2ui_explorer) is missing its package.json. This means running npm run dev as mentioned in the README.md will not launch the Vite dev server and nothing appears on localhost.

Steps to reproduce:

cd renderers/react/a2ui_explorer
npm install or npm run dev

Expected: Vite starts and the explorer is accessible in the browser.
Fix:

  • Add a package.json file or
  • Update README.md to reflect using vite as npx vite instead.

Can I please make the necessary change?

Metadata

Metadata

Assignees

Labels

type: documentationImprovements or additions to documentation

Type

No type
No fields configured for issues without a type.

Projects

Status
Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions