Skip to content

Convert to Vite from CRA#136

Merged
RafaelCenzano merged 24 commits intomainfrom
fix-deps
May 2, 2025
Merged

Convert to Vite from CRA#136
RafaelCenzano merged 24 commits intomainfrom
fix-deps

Conversation

@RafaelCenzano
Copy link
Member

  • mitigate babel errors
  • Convert to vite
  • update packages to support vite over CRA
  • configure postcss
  • create updated index.html for vite
  • rename to jsx files
  • conver to vite compatible main.tsx
  • minor updates to App.tsx
  • eslint config
  • update eslint github action
  • clean up dependencies removing old create react app things
  • uneeded file
  • hide vite build file "dist"
  • Update Dockerfile to support Vite Building the files in a node container but deploying using nginx, removing the need for npm server package and reducing the container size

Fix dependencies that require updating per dependabot and deprecation warnings. Many issues resided in the use of Create React App which was and is outdated and unmaintatined. The project has been migrated to Vite in this PR

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works (if a larger change)
  • New and existing unit tests pass locally with my changes

@RafaelCenzano
Copy link
Member Author

This PR will remain in draft until @WBroadwell PR to convert everything to Typescript is complete and merged into these changes

@RafaelCenzano RafaelCenzano marked this pull request as ready for review May 1, 2025 22:45
@RafaelCenzano RafaelCenzano merged commit b0c12f9 into main May 2, 2025
5 checks passed
@RafaelCenzano RafaelCenzano deleted the fix-deps branch May 2, 2025 02:14
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.

1 participant