feat: add Vite + React blueprint to examples#31
Closed
MasRama wants to merge 1 commit into
Closed
Conversation
devi5040
self-requested a review
July 23, 2026 02:58
devi5040
reviewed
Jul 23, 2026
devi5040
left a comment
Owner
There was a problem hiding this comment.
Since this issue was already assigned to someone else please work on some other issue.
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. |
Owner
No worries! Please contribute to other issues which is not assigned already. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds a
vite-react.jsoncommunity blueprint for a standard Vite + React + TypeScript project, as requested in #26. The blueprint includes a minimal working structure:src/withApp.tsx,main.tsx, components (Button,Card), hooks (useFetch,useLocalStorage), aHomepage, an API service, global CSS, plusvite.config.ts,tsconfig.json,package.json,index.html,.env.example,.gitignore, and aREADME.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.jsonentry.Related issue
Closes #26
Type of change
/examples)Checklist
npm run lintpassesnpm testpasses — no test script in this repo