Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dbarkowsky
Copy link
Collaborator

@dbarkowsky dbarkowsky commented Dec 29, 2023

🎯 Summary

PIMS-618

Changes

  • Started a Vite project in the react-app folder.
  • Removed packaged linting (there's another ticket for ESLint)
  • Reused environment variables from current setup, so it should look for the same ENV Reverted this. Local dev wasn't seeing the ENV, and the current setup assumed a dev container (like in the old frontend). We probably won't have that, so took the ENV stuff out.
  • Removed all the Vite template files

Testing

  • From the react-app folder, run npm run dev and see that it starts the frontend. It will be a blank page at the moment.
  • If port 3000 is occupied, check 3001.

🔰 Checklist

  • I have read and agree with the following checklist and am following the guidelines in our Code of Conduct document.
  • 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 where required.
  • I have tested my changes to the best of my ability.
  • My changes generate no new warnings.

@dbarkowsky dbarkowsky marked this pull request as ready for review January 2, 2024 16:47
Copy link
Collaborator

@TaylorFries TaylorFries left a comment

Choose a reason for hiding this comment

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

npm run dev works as expected. loads blank page.

@dbarkowsky dbarkowsky merged commit deaa9d3 into main Jan 2, 2024
@dbarkowsky dbarkowsky deleted the PIMS-618-Init-Frontend-Rebuild branch January 2, 2024 18:24
TaylorFries pushed a commit that referenced this pull request Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants