chore(develop): Initialize thunder-develop frontend app#1
Merged
brionmario merged 2 commits intobrionmario:refactorfrom Oct 16, 2025
Merged
chore(develop): Initialize thunder-develop frontend app#1brionmario merged 2 commits intobrionmario:refactorfrom
brionmario merged 2 commits intobrionmario:refactorfrom
Conversation
|
88638b4 to
c12a176
Compare
c12a176 to
5561960
Compare
5561960 to
6206fbf
Compare
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.
Purpose
This pull request sets up the initial structure for the
thunder-developfrontend application using React, TypeScript, and Vite. It introduces the main configuration files, dependencies, and several core UI components, establishing the foundation for further development. Notably, it adds custom linting and formatting configurations, essential documentation, and removes legacy VSCode workspace settings.Project scaffolding and configuration:
package.jsonwith application metadata, scripts for development, build, linting, and dependencies for React, MUI, Thunder UI, and development tools..gitignoreto exclude logs, build artifacts, editor files, and node modules.eslint.config.js) and Prettier (prettier.config.js) configurations using Thunder presets for consistent code style and linting.Core UI and layout components:
Dashboard,Header,Search,AppNavbar,NavbarBreadcrumbs,MenuButton) using Material UI and Thunder UI, establishing the main dashboard layout and navigation patterns.index.htmlwith Material Design fonts and icons, and root mounting for the React app.Documentation and workspace cleanup:
README.mddescribing setup, React/Vite plugins, and recommended ESLint configuration for production use..vscode/launch.json,.vscode/settings.json) to avoid conflicts with new tooling.Related Issue
ThunderAdmin applications (Develop, Manage, etc) asgardeo/thunder#517