Skip to content

feat: add Vite + React blueprint to examples - #31

Merged
devi5040 merged 1 commit into
devi5040:masterfrom
MasRama:feat/vite-react-blueprint
Aug 3, 2026
Merged

feat: add Vite + React blueprint to examples#31
devi5040 merged 1 commit into
devi5040:masterfrom
MasRama:feat/vite-react-blueprint

Conversation

@MasRama

@MasRama MasRama commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

Adds a vite-react.json community blueprint for a standard Vite + React + TypeScript project, as requested in #26. The blueprint includes a minimal working structure: src/ with App.tsx, main.tsx, components (Button, Card), hooks (useFetch, useLocalStorage), a Home page, an API service, global CSS, plus vite.config.ts, tsconfig.json, package.json, index.html, .env.example, .gitignore, and a README.md.

I also cleaned up the Community Blueprints table in the README — it had a few duplicate rows (nextjs-app, nest-api, react-native each appeared twice) — and added the new vite-react.json entry.

Related issue

Closes #26

Type of change

  • New community blueprint (/examples)

Checklist

  • npm run lint passes
  • npm test passes — no test script in this repo
  • I added/updated tests if relevant — n/a (blueprint is data)
  • I updated the README/docs if relevant — added the new blueprint to the Community Blueprints table

@devi5040
devi5040 self-requested a review July 23, 2026 02:58

@devi5040 devi5040 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this issue was already assigned to someone else please work on some other issue.

@devi5040 devi5040 closed this Jul 23, 2026
@MasRama

MasRama commented Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

Sorry about this — I should've checked the assignees before opening the PR. I saw the issue was open and jumped on it without noticing it was already assigned to @Morty03. My bad, I'll be more careful next time.

@devi5040

Copy link
Copy Markdown
Owner

Sorry about this — I should've checked the assignees before opening the PR. I saw the issue was open and jumped on it without noticing it was already assigned to @Morty03. My bad, I'll be more careful next time.

No worries! Please contribute to other issues which is not assigned already.
Happy Coding :-)

@devi5040

devi5040 commented Aug 3, 2026

Copy link
Copy Markdown
Owner

Since the assignee didn't respond reopening this PR and merging it.

@devi5040 devi5040 reopened this Aug 3, 2026
@devi5040
devi5040 merged commit 0614bb4 into devi5040:master Aug 3, 2026
7 checks passed
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.

[Feature]: Add Vite + React blueprint to /examples

2 participants