Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move frontend to use Vite #1426

Merged
merged 7 commits into from
Jul 16, 2023
Merged

Move frontend to use Vite #1426

merged 7 commits into from
Jul 16, 2023

Conversation

trillium
Copy link
Member

Fixes #1324

Overview

Node 16 and create-react-app are at their end of life and are no longer supported as of September. It's very important we move away from these technologies.

Moving to Vite solves this problem, the frontend can now use the most current versions of node, and is much faster during build.

What changes did you make and why did you make them ?

  • Removed create react app
  • Added Vite

Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)

There should not be any material differences between create-react-app verion and the vite version of the site. Testing is needed.

@trillium
Copy link
Member Author

trillium commented Jul 16, 2023

This is in need of testing, but I'm merging this branch to hackforla/vite so that we can test if this runs properly on the dev site without breaking the other environments.

@trillium trillium merged commit efcfd28 into hackforla:vite Jul 16, 2023
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