Skip to content

Scaffold youaskm3 web React UI shell#20

Merged
enricopiovesan merged 1 commit into
mainfrom
claude/issue-11-youaskm3-ui-shell
Jun 30, 2026
Merged

Scaffold youaskm3 web React UI shell#20
enricopiovesan merged 1 commit into
mainfrom
claude/issue-11-youaskm3-ui-shell

Conversation

@enricopiovesan

Copy link
Copy Markdown
Contributor

Summary

  • Adds apps/youaskm3/web-react with React 18 + TypeScript + Vite + Vitest + ESLint
  • Mirrors the traverse-starter toolchain exactly (same deps, same tsconfig, same ESLint config)
  • No Traverse business logic — shell only renders runtime-provided data
  • Registers the new workspace in the root package.json

Closes #11

Definition of Done

  • apps/youaskm3/web-react exists with React 18 + TypeScript + Vite + Vitest + ESLint
  • npm run dev starts the app locally
  • npm run typecheck and npm run lint pass clean
  • No Traverse business logic present
  • README documents local setup and TRAVERSE_REPO override

Validation

npm run typecheck -w apps/youaskm3/web-react  # pass
npm run lint -w apps/youaskm3/web-react        # pass
npm run test -w apps/youaskm3/web-react        # 2 tests pass

Adds apps/youaskm3/web-react with React 18 + TypeScript + Vite + Vitest +
ESLint, mirroring the traverse-starter toolchain. No Traverse business logic.
Registers workspace in root package.json.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@enricopiovesan enricopiovesan merged commit 4ebae31 into main Jun 30, 2026
4 checks passed
@enricopiovesan enricopiovesan deleted the claude/issue-11-youaskm3-ui-shell branch June 30, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scaffold youaskm3 web React UI shell

1 participant